Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/aoo41x/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl76 if the registry is not open.
95 if the registry is not open.
105 if the registry is not open.
115 if the registry is not open.
131 if the registry is not open.
142 if the registry is not open.
158 if the registry is not open.
186 if the registry is not open.
214 if the registry is not open.
241 if the registry is not open.
[all …]
H A DXSimpleRegistry.idl65 <p>If a local registry is already open, this function
66 will close the currently open registry.
82 void open( [in] string rURL,
96 if the registry is not open.
105 if the registry is not open.
115 if no registry is open
124 if the registry is not open.
139 if the registry is not open.
/aoo41x/main/shell/source/unix/misc/
H A Dmakefile.mk41 $(BIN)$/open-url \
42 $(BIN)$/cde-open-url \
43 $(BIN)$/gnome-open-url \
44 $(BIN)$/kde-open-url
48 APP1TARGET = open-url
50 $(OBJ)$/open-url.obj \
51 open-url.def
63 APP1TARGET = gnome-open-url.bin
65 $(OBJ)$/gnome-open-url.obj
/aoo41x/main/shell/prj/
H A Dd.lst15 ..\%__SRC%\bin\open-url %_DEST%\bin%_EXT%\open-url
16 ..\%__SRC%\bin\cde-open-url %_DEST%\bin%_EXT%\cde-open-url
17 ..\%__SRC%\bin\kde-open-url %_DEST%\bin%_EXT%\kde-open-url
18 ..\%__SRC%\bin\gnome-open-url %_DEST%\bin%_EXT%\gnome-open-url
19 ..\%__SRC%\bin\gnome-open-url.bin %_DEST%\bin%_EXT%\gnome-open-url.bin
/aoo41x/main/slideshow/source/engine/
H A Dsp_debug.cxx105 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark() argument
115 open.push_back(q->pn.pi); in scan_and_mark()
141 open_type open; in find_unreachable_objects_impl() local
146 if(p->use_count() != i->second) open.push_back(p); in find_unreachable_objects_impl()
151 for(open_type::iterator j = open.begin(); j != open.end(); ++j) in find_unreachable_objects_impl()
156 while(!open.empty()) in find_unreachable_objects_impl()
158 void const * p = open.front(); in find_unreachable_objects_impl()
159 open.pop_front(); in find_unreachable_objects_impl()
164 scan_and_mark(i->second.first, i->second.second, m2, open); in find_unreachable_objects_impl()
/aoo41x/main/sal/qa/osl/file/
H A Dosl_File.cxx622 rc = aDir.open( ); in checkDirectory()
2832 nError1 = pDir->open( ); in setUp()
3114 nError1 = pDir->open( ); in setUp()
3962 CPPUNIT_TEST_SUITE( open );
5641 nError1 = testDirectory.open( ); in ctors_001()
5657 nError1 = testDirectory.open( ); in ctors_002()
5704 nError1 = testDirectory.open( ); in open_001()
5721 nError1 = testDirectory.open( ); in open_002()
5764 CPPUNIT_TEST_SUITE( open );
6402 nError2 = rDirectory.open( ); in remove_001()
[all …]
/aoo41x/main/offapi/com/sun/star/rdf/
H A DURIs.idl285 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart
288 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#idref
290 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#path
293 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType
295 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package
297 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element
299 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File
303 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document
306 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix
308 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix
[all …]
/aoo41x/main/sal/workben/
H A Dtestfile.cxx474 rc= pDir->open(); in DirectoryOpenAndCloseTest()
499 rc= pDir->open(); in DirectoryOpenAndCloseTest()
516 rc= pDir->open(); in DirectoryOpenAndCloseTest()
533 rc= pDir->open(); in DirectoryOpenAndCloseTest()
553 rc= pDir->open(); in DirectoryOpenAndCloseTest()
603 rc= pDir->open(); in DirectoryCreateAndRemoveTest()
623 rc= pDir->open(); in DirectoryCreateAndRemoveTest()
689 rc=pFile->open( OpenFlag_Read ); in FileOpenAndCloseTest()
922 rc=pFile->open( OpenFlag_Read ); in FileCopyAndMoveTest()
986 rc=pFile->open( OpenFlag_Read ); in FileCopyAndMoveTest()
[all …]
/aoo41x/main/solenv/bin/
H A Drelocate38 opendir ($dirhandle, $build_dir) || die "Can't open $build_dir";
54 open ($old_file, $old_fname) || die "Can't open $old_fname: $!";
55 open ($new_file, ">$tmp_fname") || die "Can't open $tmp_fname: $!";
117 open ($file, $fname) || die "Can't open $fname: $!";
162 opendir ($top_dir, $new_root) || die "Can't open $new_root: $!";
H A Dexectest.pl43 $open = 0;
45 $eof = $input ? eof INPUT : $open;
50 if ($open)
87 $open = 1;
89 elsif ($open && $input)
H A Dsubsequenttests71 open(BUILDLST, $buildlst) or die("cannot open $buildlst");
80 open(MAKEFILE, $makefile) or die("cannot open $makefile");
140 open(OUTPUT, $cmd) or die("$counter: $!");
H A Dlinkoo73 opendir ($dirhandle, $build_dir) || die "Can't open $build_dir";
78 open ($file, "$build_dir/$fname") || die "Can't open $build_dir/$fname";
180 opendir ($dirh_toplevel, $build_path) || die "Can't open '$build_path': $!";
347open ($ooenv, ">$OOO_INSTALL/" . $program_dir . "/ooenv") || die "Can't open $OOO_INSTALL/" . $pro…
/aoo41x/main/offapi/com/sun/star/ucb/
H A DOpenMode.idl37 /** open a folder, include all children in result set (documents and
43 /** open a folder, include only children, that are folders, in result set.
48 /** open a folder, include only children, that are documents, in result set.
53 /** open a document. There are no special requirements for data access
64 /** open a document. Allow shared read and write access.
74 /** open a document. Deny shared write access.
/aoo41x/main/stoc/test/
H A Dtestregistry.cxx92 xSimReg->open( rURL, sal_True, sal_False ); in mergeKeys()
124 if(myRegistry->open(userReg, REG_READWRITE)) in setStarUserRegistry()
145 TEST_ENSHURE(!myRegistry->open(appReg, REG_READWRITE), "setLinkInDefaultRegistry error 1"); in setLinkInDefaultRegistry()
215 xReg->open(testreg, sal_False, sal_True); in test_SimpleRegistry()
323 xReg->open(testreg2, sal_False, sal_True); in test_SimpleRegistry()
336 xReg->open(testreg, sal_False, sal_False); in test_SimpleRegistry()
681 xSimReg->open( reg1, sal_False, sal_True ); in SAL_IMPLEMENT_MAIN()
683 xSimReg->open( reg2, sal_False, sal_True ); in SAL_IMPLEMENT_MAIN()
685 xSimReg->open( areg1, sal_False, sal_True ); in SAL_IMPLEMENT_MAIN()
687 xSimReg->open( areg2, sal_False, sal_True ); in SAL_IMPLEMENT_MAIN()
/aoo41x/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DDocumentWithHeaderFooter.java66 open(file); in testOpenAOO34WithHeaderFooter()
85 open(saveTo2); in testOpenAOO34WithHeaderFooter()
101 open(file); in testOpenPPTWithHeaderFooter()
120 open(saveTo); in testOpenPPTWithHeaderFooter()
136 open(saveTo2); in testOpenPPTWithHeaderFooter()
/aoo41x/main/officecfg/util/
H A Dcomponent-conf.gen29 open(OUTFILE, ">$ARGV[0]") or die "can't open >$ARGV[0]";
31 #open the makefile
32 open(INFILE, "makefile.mk") or die "can't open makefile.mk";
H A Dcomponent-ldif.gen29 open(OUTFILE, ">$ARGV[0]") or die "can't open >$ARGV[0]";
31 #open the makefile
32 open(INFILE, "makefile.mk") or die "can't open makefile.mk";
H A Dcomponent-map.gen31 open(OUTFILE, ">$ARGV[0]") or die "can't open >$ARGV[0]";
33 #open the makefile
34 open(INFILE, "makefile.mk") or die "can't open makefile.mk";
/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java77 open(prepareData("smoketestdoc.sxw")); in smokeTest()
95 open(file); in testExportAsPDF()
167 open(prepareData("bvt/macro.ods")); in testRunMacro()
281 open(prepareData("bvt/slideshow.odp")); in testSlideShow()
307 open(prepareData("bvt/find.odt")); in testFind()
333 open(prepareData("bvt/searchFormulasValues.ods")); in testFindFormulasAndValues()
424 open(prepareData("bvt/sort.ods")); in testSort()
H A DFileTypeTest.java125 open(saveTo); in saveNewDocument()
172 open(saveTo); in saveNewSpreadsheet()
217 open(saveTo); in saveNewPresentation()
285 open(saveTo); in saveNewDrawing()
340 open(saveTo); in saveNewMath()
/aoo41x/main/scp2/source/writer/
H A Dregistryitem_writer.scp324 Value = "open";
344 Subkey = "soffice.StarWriterDocument.6\shell\open\command";
394 Value = "open";
483 Subkey = "soffice.StarWriterTemplate.6\shell\open\command";
820 Value = "open";
840 Subkey = "opendocument.WriterDocument.1\shell\open\command";
877 Subkey = "opendocument.WriterWebDocument.1\shell\open\command";
972 Subkey = "opendocument.WriterTemplate.1\shell\open\command";
1077 Value = "open";
1193 Value = "open";
[all …]
/aoo41x/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl103 In case the stream is open in readonly mode the
109 the path to the substream that should be open
112 a mode the stream should be open in,
149 In case the stream is open in readonly mode the
155 the path to the substream that should be open
158 a mode the stream should be open in,
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrec.cxx43 if ( m_aFile.open( m_nFlags ) == ::osl::FileBase::E_None in reconnect()
44 || m_aFile.open( OpenFlag_Read ) == ::osl::FileBase::E_None ) in reconnect()
54 ::osl::FileBase::RC ReconnectingFile::open( sal_uInt32 uFlags ) in open() function in fileaccess::ReconnectingFile
56 ::osl::FileBase::RC nResult = m_aFile.open( uFlags ); in open()
/aoo41x/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()
/aoo41x/main/scp2/source/impress/
H A Dregistryitem_impress.scp325 Value = "open";
345 Subkey = "soffice.StarImpressDocument.6\shell\open\command";
421 Subkey = "soffice.StarImpressTemplate.6\shell\open\command";
713 Value = "open";
733 Subkey = "opendocument.ImpressDocument.1\shell\open\command";
856 Subkey = "opendocument.ImpressTemplate.1\shell\open\command";
974 …_Prg_Impress_MSO_Reg, ppt, PPT, MS_POWERPOINT_PRESENTATION_OLD, 33, simpress.exe, open, Impress )
975 … gid_Module_Prg_Impress_MSO_Reg, pps, PPS, MS_POWERPOINT_SHOW, 33, simpress.exe, open, Impress )
976 …dule_Prg_Impress_MSO_Reg, pptx, PPTX, MS_POWERPOINT_PRESENTATION, 33, simpress.exe, open, Impress )
977 …dule_Prg_Impress_MSO_Reg, pptm, PPTM, MS_POWERPOINT_PRESENTATION, 33, simpress.exe, open, Impress )

Completed in 154 milliseconds

12345678910>>...22