Home
last modified time | relevance | path

Searched refs:mode (Results 51 – 75 of 414) sorted by relevance

12345678910>>...17

/aoo42x/main/l10ntools/scripts/
H A Dlocalize.pl66 my $mode = '';
100 if ( $mode eq "merge" ) {
109 elsif( $mode eq "extract" ) {
1018 if( $extract ){ $mode = "extract"; }
1019 else { $mode = "merge"; }
/aoo42x/main/tools/source/generic/
H A Dsvlibrary.cxx93 …Module& rModule, const rtl::OUString& rLibName, ::oslGenericFunction baseModule, ::sal_Int32 mode ) in LoadModule() argument
116 bLoaded = rModule.load( aMod, mode ); in LoadModule()
122 bLoaded = rModule.loadRelative( baseModule, rLibName, mode ); in LoadModule()
/aoo42x/main/offapi/com/sun/star/util/
H A DXModeSelector.idl46 /** sets a new mode for the implementing object.
53 the current mode.
64 /** asks whether a mode is supported or not.
/aoo42x/main/offapi/com/sun/star/sheet/
H A DTableOperationMode.idl42 <p>In this mode, the column contains values and the row
51 <p>In this mode, the row contains values and the column
60 <p>In this mode, the row and the column contain values. A formula
H A DXSheetLinkable.idl57 /** returns the link mode of the spreadsheet.
71 the value specifying the link mode for this spreadsheet.
114 and the link mode, the URL of the linked document and the linked
/aoo42x/main/offapi/com/sun/star/text/
H A DWritingMode.idl45 Typically, this is the writing mode for normal "alphabetic" text.
54 Typically, this writing mode is used in Arabic and Hebrew text.
63 Typically, this writing mode is used in Chinese and Japanese text.
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DOfflineBackend.idl52 contains an <code>Offline</code> flag that is <TRUE/>, then offline mode
57 when operating in offline mode than when operating with an online
60 <p>If offline mode is not invoked, the implementation behaves
/aoo42x/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl103 In case the stream is open in readonly mode the
112 a mode the stream should be open in,
149 In case the stream is open in readonly mode the
158 a mode the stream should be open in,
H A DFileSystemStorageFactory.idl49 call is used the result storage will be open in readwrite mode based
68 specifies mode the storage should be open in, can take
89 readonly mode.
H A DStorageFactory.idl48 call is used the result storage will be open in readwrite mode based
75 specifies mode the storage should be open in, can take
106 readonly mode.
H A DXStorage2.idl53 In case the stream is open in readonly mode the
62 a mode the stream should be open in,
109 The stream is open in readonly mode so the
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXSubDocument.idl59 /** opens the sub document in design mode
73 /** stores the sub document, if it had previously been opened in either mode
81 /** closes the sub document, if it had previously been opened in either mode
/aoo42x/main/sc/source/ui/src/
H A Dglobstr.src796 Text [ en-US ] = "Document opened in read-only mode." ;
1552 …tion will exit the change recording mode.\nAny information about changes will be lost.\n\nExit cha…
1686 …Text [ en-US ] = "The spreadsheet must be saved now to activate sharing mode.\n\nDo you want to co…
1694 …Text [ en-US ] = "Disabling shared mode of a spreadsheet hinders all other users of the shared spr…
1698 …Text [ en-US ] = "This spreadsheet is no longer in shared mode.\n\nSave your spreadsheet to a sepa…
1702mode. This allows multiple users to access and edit the spreadsheet at the same time.\n\nChanges t…
1706 …dsheet file is locked due to a merge in progress by user: '%1'\n\nSharing mode of a locked file ca…
/aoo42x/main/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java69 public XStorageHelper( String path, int mode, boolean create ) throws IOException in XStorageHelper() argument
104 storage = xDocumentSubStorageSupplier.getDocumentSubStorage( name, mode ); in XStorageHelper()
144 name, mode ); in XStorageHelper()
/aoo42x/main/offapi/com/sun/star/awt/
H A DXDockableWindowListener.idl84 /** is invoked when the floating mode is about to be changed between
87 if returned FALSE the floating mode will not be changed
93 /** is invoked when the floating mode is changed between
/aoo42x/main/oovbaapi/
H A Dttt.diff2 new file mode 100644
41 new file mode 100644
83 new file mode 100644
117 new file mode 100644
151 new file mode 100644
363 new file mode 100644
/aoo42x/main/offapi/com/sun/star/presentation/
H A DPresentation.idl106 full-screen mode.
112 /** With this property, you can set the presentation to live mode.
113 <p>Implementations that have no live mode capability may ignore this
/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXIdlField2.idl65 /** Returns the access mode of the field, i.e. read-write, read-only or
66 write-only (access mode "const" is deprecated).
69 access mode of the field
/aoo42x/main/setup_native/source/opensolaris/bundledextensions/
H A DREADME17 pkgsend -s url_to_pkg_server add file installed mode=644 owner=root group=bin path=${EXTENSIONPAT…
18 pkgsend -s url_to_pkg_server add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path…
19 pkgsend -s url_to_pkg_server add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path…
/aoo42x/main/solenv/bin/
H A Ddeliver.pl945 my $mode = shift;
948 if ( ($mode >> 6) % 2 == 1 ) {
949 $mode = 0777 & ~$umask;
952 $mode = 0666 & ~$umask;
954 chmod($mode, $file);
/aoo42x/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx333 style::LineSpacing SwVbaParagraphFormat::getOOoLineSpacing( float _lineSpace, sal_Int16 mode ) in getOOoLineSpacing() argument
336 if( mode != style::LineSpacingMode::MINIMUM && mode != style::LineSpacingMode::FIX ) in getOOoLineSpacing()
363 aLineSpacing.Mode = mode; in getOOoLineSpacing()
/aoo42x/main/connectivity/source/commontools/
H A Ddbmetadata.cxx327 sal_Int32 mode( BooleanComparisonMode::EQUAL_INTEGER ); in getBooleanComparisonMode() local
330 OSL_VERIFY( setting >>= mode ); in getBooleanComparisonMode()
331 return mode; in getBooleanComparisonMode()
/aoo42x/main/sal/osl/unx/
H A Duunxapi.h54 int access_u(const rtl_uString* pustrPath, int mode);
74 int mkdir_u(const rtl_uString* path, mode_t mode);
/aoo42x/main/sal/osl/os2/
H A Duunxapi.h54 int access_u(const rtl_uString* pustrPath, int mode);
74 int mkdir_u(const rtl_uString* path, mode_t mode);
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXBitmapCanvas.idl68 render state is ignored, the compositing mode only for the
91 the compositing mode must be one of the
111 the compositing mode must be one of the

Completed in 88 milliseconds

12345678910>>...17