sub test1()
Dim Doc As Object 'deklaracja
Dim Sheet As Object 'deklaracja
Dim Cell As Object 'deklaracja
Dim Cell1 As Object 'deklaracja
dim i
Doc = ThisComponent
Sheet = Doc.Sheets(0) 'odwolanie do pierwszego arkusza, gdy damy 1 to do drugiego i tak dalej
i = 0
08 grudnia 2010
Odwołanie do komórek
Witam oto prosty kod do odwołania komórek w OpenOffice Calc
19 stycznia 2010
Gnome i nautilus dostanie sie do dysku bez hasła root-a
Gdy system pyta nas o hasło root-a gdy dostajemy sie do partycji NTFS lub FAT mozna uzyć takiego sposobu:
W pliku /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy i znajdź sekcję zaczynającą się od:
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
I zmień ją na taką (różni się tylko tymi allow*):
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
<description>Mount a system-internal device</description>
<description xml:lang="da">Montér en intern enhed</description>
<message>Authentication is required to mount the device</message>
<message xml:lang="da">Autorisering er p?kr?vet for at montere et fil system</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
Informacje zaciągnięte z http://forum.fedora.pl
W pliku /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy i znajdź sekcję zaczynającą się od:
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
I zmień ją na taką (różni się tylko tymi allow*):
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
<description>Mount a system-internal device</description>
<description xml:lang="da">Montér en intern enhed</description>
<message>Authentication is required to mount the device</message>
<message xml:lang="da">Autorisering er p?kr?vet for at montere et fil system</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
Informacje zaciągnięte z http://forum.fedora.pl
Subskrybuj:
Posty (Atom)