Home
last modified time | relevance | path

Searched refs:open (Results 26 – 50 of 532) sorted by relevance

12345678910>>...22

/trunk/main/extensions/test/ole/unloading/
H A DunloadTest.cxx73 xreg->open( OUString( RTL_CONSTASCII_USTRINGPARAM("services.rdb")), in test1()
108 xreg->open( OUString( RTL_CONSTASCII_USTRINGPARAM("services.rdb")), in test2()
141 xreg->open( OUString( RTL_CONSTASCII_USTRINGPARAM("services.rdb")), in test3()
197 xreg->open( OUString( RTL_CONSTASCII_USTRINGPARAM("services.rdb")), in test4()
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch41 + output_file = open(os.path.join(output_dir, GTEST_H_OUTPUT), 'w')
54 + for line in open(os.path.join(gtest_root, gtest_header_path), 'r'):
75 + for line in open(os.path.join(gtest_root, gtest_source_file), 'r'):
84 + output_file = open(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w')
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl148 if no undo context is currently open.
187 if there currently is an open undo context
212 if there currently is an open undo context
228 … <FALSE/> if and only if the undo stack is currently empty, or there is an open and not-yet-closed
236 … <FALSE/> if and only if the redo stack is currently empty, or there is an open and not-yet-closed
279 if the method is invoked while an undo context is still open
290 if the method is invoked while an undo context is still open
299 <li>close all open undo contexts</li>
H A DXUndoManagerListener.idl40open Undo context, <member>UndoManagerEvent::UndoContextDepth</member> will be greater <code>0</co…
78 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the
88 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the
98 … <member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, exluding the
H A DXDocumentProperties.idl348 if thrown when trying to open a stream in the given storage
350 if thrown when trying to open a stream in the given storage
378 if thrown when trying to open a stream in the given storage
380 if thrown when trying to open a stream in the given storage
414 if thrown when trying to open a stream in the given storage
441 if thrown when trying to open a stream in the given storage
H A DXViewDataSupplier.idl35 /** gives access to some properties describing all open views to a document
39 Through this interface the state of all open views can be retrieved and restored
53 for every open view. May <NULL/> if no view is currently available.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/
H A D_XSimpleRegistry.java128 oObj.open(openF, false, true); in _open()
307 oObj.open(openF, false, true); in _close()
346 oObj.open(destroyF, false, true); in _destroy()
387 reg.open(url, arg1, arg2); in openReg()
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp323 Value = "open";
343 Subkey = "soffice.StarCalcDocument.6\shell\open\command";
405 Subkey = "soffice.StarCalcTemplate.6\shell\open\command";
698 Value = "open";
718 Subkey = "opendocument.CalcDocument.1\shell\open\command";
827 Subkey = "opendocument.CalcTemplate.1\shell\open\command";
1109 … Xls, gid_Module_Prg_Calc_MSO_Reg, xls, XLS, MS_EXCEL_WORKSHEET_OLD, 29, scalc.exe, open, Calc )
1110 …ION( Xlsx, gid_Module_Prg_Calc_MSO_Reg, xlsx, XLSX, MS_EXCEL_WORKSHEET, 29, scalc.exe, open, Calc )
1111 …ION( Xlsm, gid_Module_Prg_Calc_MSO_Reg, xlsm, XLSM, MS_EXCEL_WORKSHEET, 29, scalc.exe, open, Calc )
1112 …ION( Xlsb, gid_Module_Prg_Calc_MSO_Reg, xlsb, XLSB, MS_EXCEL_WORKSHEET, 29, scalc.exe, open, Calc )
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx51 open(); in PersistentMap()
153 bool PersistentMap::open() in open() function in dp_misc::PersistentMap
160 const osl::File::RC rcOpen = m_MapFile.open( nOpenFlags); in open()
231 const osl::File::RC rcOpen = m_MapFile.open( nOpenFlags); in flush()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx545 xRegistry->open( rWriteRegistry, sal_True, sal_False ); in createImplServiceFactory()
549 xRegistry->open( rWriteRegistry, sal_False, sal_True ); in createImplServiceFactory()
567 xWriteReg->open( rWriteRegistry, sal_True, sal_False ); in createImplServiceFactory()
583 xWriteReg->open( rWriteRegistry, sal_False, sal_True ); in createImplServiceFactory()
591 xReadReg->open( rReadRegistry, sal_True, sal_False ); in createImplServiceFactory()
/trunk/main/framework/inc/threadhelp/
H A Dgate.hxx96 open(); in Gate()
114 open(); in ~Gate()
129 inline virtual void open() in open() function in framework::Gate
/trunk/main/autodoc/inc/cosv/
H A Dopenclose.hxx70 bool open(
107 OpenClose::open( UINT32 i_nOpenModeInfo ) in open() function in csv::OpenClose
120 { rOpenClose.open(i_nOpenModeInfo); } in OpenCloseGuard()
/trunk/main/cui/source/dialogs/
H A Dpasswdomdlg.src50 Text [ en-US ] = "~Enter password to open" ;
90 …Text [ en-US ] = "Note: After a password has been set, the document will only open with the passwo…
206 …Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option…
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx230 osl::File::RC aRC = aFile.open( OpenFlag_Read ); in onOk()
246 osl::File::RC aRC = aFile.open( OpenFlag_Read ); in onOk()
262 osl::File::RC aRC = aFile.open( OpenFlag_Read ); in onOk()
286 osl::File::RC aRC = aFile.open( OpenFlag_Read ); in onOk()
/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValiditySampleFile.java62 open(file); in testFFCIgnoreBlank()
83 open(file); in testFFCNotIgnoreBlank()
101 open(file); in testNotLockCellFromValidityCell()
/trunk/main/soltools/testSHL/util/
H A Dtlog.cxx41 ::osl::FileBase::RC tLog::open( sal_Bool append ) { in open() function in tstutl::tLog
50 if( m_logfile->open( OpenFlag_Write ) == ::osl::FileBase::E_NOENT ) { in open()
51 ret = m_logfile->open( OpenFlag_Write | OpenFlag_Create ); in open()
/trunk/main/offapi/com/sun/star/embed/
H A DXStorage2.idl53 In case the stream is open in readonly mode the
59 the name of the substream that should be open
62 a mode the stream should be open in,
109 The stream is open in readonly mode so the
H A DXHierarchicalStorageAccess2.idl53 In case the stream is open in readonly mode the
59 the path to the substream that should be open
62 a mode the stream should be open in,
H A DStorageStream.idl59 In case a stream is open with readwrite access only one instance
71 In case the storage stream is open readonly the returned reference
90 From the other side it is possible to open multiple streams for
92 be possible to open the stream for read-write access until all the
/trunk/main/officecfg/util/
H A Dtemplate.gen25 open(OUTFILE, ">$ARGV[1]");
39 open(INFILE, "<$file") or die "can't open file $file";
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx509 m_xCommonRDB->open( in initServiceRdbFiles()
520 m_xNativeRDB->open( in initServiceRdbFiles()
539 m_xCommonRDB_RO->open( in initServiceRdbFiles_RO()
551 m_xNativeRDB_RO->open( in initServiceRdbFiles_RO()
633 m_xCommonRDB->open( OUString() /* in-mem */, in BackendImpl()
639 m_xNativeRDB->open( OUString() /* in-mem */, in BackendImpl()
1440 xMemReg->open( OUString() /* in mem */, false, true ); in getComponentInfo()
1688 xReg->open( expandUnoRcUrl(url), in processPackage_()
1804 registry->open(expandUnoRcUrl(url), true, false); in processPackage_()
/trunk/main/l10ntools/scripts/tool/
H A Dxhtex.py69 f = open(filename, "r+")
93 f = open(outputfilename, "w+")
106 f = open(filename,"r")
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m88 //NSLog(@"zip file not open");
147 //NSLog(@"Cannot open %s",zipfilename);
167 //open the current file
204 //open the current file
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx454 bool SvInputStream::open() in open() function in SvInputStream
477 if (!open()) in GetData()
585 if (open()) in SeekPos()
676 if (open() && m_pPipe) in AddMark()
684 if (open() && m_pPipe) in RemoveMark()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx143 osl::FileBase::RC nRetCode = aScanRootDir.open(); in scanUserExtensions()
159 nRetCode = aExtensionRootDir.open(); in scanUserExtensions()
185 if (aDir.open() == osl::FileBase::E_None) in scanExtensionFolder()
448 if ( aDir.open() == ::osl::FileBase::E_None ) in getContent()

Completed in 112 milliseconds

12345678910>>...22