Home
last modified time | relevance | path

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

12345678910>>...16

/aoo4110/main/l10ntools/scripts/
H A Dlocalize_old.pl59 my $mode = '';
79 if ( $mode eq "merge" ) {
84 elsif( $mode eq "extract" ) {
1016 if( $extract ){ $mode = "extract"; }
1017 else { $mode = "merge"; }
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"; }
/aoo4110/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
/aoo4110/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.
/aoo4110/main/solenv/bin/
H A Dcws.pl1821 my $mode = lc($args_ref->[0]);
1825 $mode = 'status' if $mode eq 'state';
1829 $mode = 'scm' if $mode eq 'vcs';
1832 if ( !exists $query_modes_hash{$mode} ) {
1835 query_cws($mode, $options_ref);
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);
H A Dconverttags.pl37 $mode = shift @ARGV;
45 if( $mode =~ s/2/$1/go )
/aoo4110/main/pyuno/source/module/
H A Dpyuno.cxx77 OUString val2str( const void * pVal, typelib_TypeDescriptionReference * pTypeRef , sal_Int32 mode )… in val2str() argument
94 if( VAL2STR_MODE_DEEP == mode ) in val2str()
155 …nd( val2str( pVal, ((typelib_TypeDescription *)pCompType->pBaseTypeDescription)->pWeakRef,mode ) ); in val2str()
170 buf.append( val2str( (char *)pVal + pMemberOffsets[nPos], pMemberType->pWeakRef, mode ) ); in val2str()
199 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str()
217 mode) ); in val2str()
/aoo4110/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
/aoo4110/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.
/aoo4110/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
/aoo4110/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()
/aoo4110/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
/aoo4110/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
/aoo4110/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…
/aoo4110/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
/aoo4110/main/sc/source/ui/src/
H A Dglobstr.src797 Text [ en-US ] = "Document opened in read-only mode.";
1553 …tion will exit the change recording mode.\nAny information about changes will be lost.\n\nExit cha…
1687 …Text [ en-US ] = "The spreadsheet must be saved now to activate sharing mode.\n\nDo you want to co…
1695 …Text [ en-US ] = "Disabling shared mode of a spreadsheet hinders all other users of the shared spr…
1699 …Text [ en-US ] = "This spreadsheet is no longer in shared mode.\n\nSave your spreadsheet to a sepa…
1703mode. This allows multiple users to access and edit the spreadsheet at the same time.\n\nChanges t…
1707 …dsheet file is locked due to a merge in progress by user: '%1'\n\nSharing mode of a locked file ca…
/aoo4110/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);
/aoo4110/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);
H A Duunxapi.hxx44 inline int access(const rtl::OUString& ustrPath, int mode) in access() argument
46 return access_u(ustrPath.pData, mode); in access()
/aoo4110/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()
/aoo4110/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()

Completed in 106 milliseconds

12345678910>>...16