/trunk/main/rsc/source/rscpp/ |
H A D | cpp4.c | 136 save(TOK_SEP); /* Stuff a delimiter */ 149 save(c); 181 save('\\'); 184 save(c); 198 save(c); 252 save(DEL); 283 save(delim); 291 save(c); 293 save(get()); 299 save(c); [all …]
|
H A D | cpp2.c | 167 save(c); in control() 171 save(EOS); in control() 393 save(c); /* Put it away. */ in doinclude() 404 save(c); in doinclude()
|
/trunk/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 325 save("pvt/plain_200p.odt", "Page 1 / 23[0-9]{1}"); in savePlainODT() 330 save("pvt/plain_50p.doc", "Page i / 5[0-9]{1}"); in savePlainDOC() 335 save("pvt/plain_11s.ods", "Sheet 1 / 11"); in savePlainODS() 340 save("pvt/plain_11s.xls", "Sheet 1 / 11"); in savePlainXLS() 345 save("pvt/plain_200p.odp", "Slide 1 / 200"); in savePlainODP() 350 save("pvt/plain_200p.ppt", "Slide 1 / 200"); in savePlainPPT() 355 save("pvt/complex_800p.odt", "Page 1 / 8[0-9]{2}"); in saveComplexODT() 365 save("pvt/complex_19s.ods", "Sheet 8 / 19"); in saveComplexODS() 370 save("pvt/complex_29s.xls", "Sheet 2 / 29"); in saveComplexXLS() 375 save("pvt/complex_150p.odp", "Slide 1 / 150"); in saveComplexODP() [all …]
|
/trunk/test/testuno/source/fvt/mix/sc/sheet/ |
H A D | InsertExcelSheetTest.java | 285 SCUtil.save(scDocument); in insertSheetFromFileLinkedNormal() 295 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedNormal() 358 SCUtil.save(scDocument); in insertSheetFromFileLinkedNormal() 504 SCUtil.save(scDocument); in insertSheetFromFileLinkedValue() 512 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedValue() 575 SCUtil.save(scDocument); in insertSheetFromFileLinkedValue() 712 SCUtil.save(scDocument); in insertSheetFromFileLinkedNone() 720 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedNone() 761 SCUtil.save(scDocument); in insertSheetFromFileLinkedNone()
|
H A D | InsertCalcSheetTest.java | 285 SCUtil.save(scDocument); in insertSheetFromFileLinkedNormal() 295 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedNormal() 358 SCUtil.save(scDocument); in insertSheetFromFileLinkedNormal() 504 SCUtil.save(scDocument); in insertSheetFromFileLinkedValue() 512 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedValue() 575 SCUtil.save(scDocument); in insertSheetFromFileLinkedValue() 713 SCUtil.save(scDocument); in insertSheetFromFileLinkedNone() 721 SCUtil.save(sourcescDocument); in insertSheetFromFileLinkedNone() 762 SCUtil.save(scDocument); in insertSheetFromFileLinkedNone()
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | XDocumentRecovery.idl | 38 the document emergency-save / recovery process. 48 …periodic session save as configured by the user, <member>storeToRecoveryFile</member> is called fo… 57 … periodic session save, this might become a problem when saving is expensive, for a single document 62 /** does an emergency save of the document 71 contains additional arguments for the save process, for instance an StatusIndicator. 83 /** recovers the document after a previous emergency or session save.
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelDescriptorDataObject.java | 72 public final void addSaveCookie(SaveCookie save) { in addSaveCookie() argument 73 getCookieSet().add(save); in addSaveCookie() 76 public final void removeSaveCookie(SaveCookie save) { in removeSaveCookie() argument 77 getCookieSet().remove(save); in removeSaveCookie()
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelDescriptorEditorSupport.java | 75 SaveCookie save = (SaveCookie)obj.getCookie(SaveCookie.class); in notifyUnmodified() local 76 if (save != null) { in notifyUnmodified() 78 obj.removeSaveCookie(save); in notifyUnmodified() 88 public void save() throws IOException { in save() method in ParcelDescriptorEditorSupport.Save
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 368 bool cont = true, save = (gfi != NULL); in parseGlobals() local 385 if (!save) in parseGlobals() 662 bool cont = true, save = (cwi != NULL); in parseCharWidths() local 676 if (!save) in parseCharWidths() 974 bool cont = true, save = (fi->tkd != NULL); in parseTrackKernData() local 987 if (!save) in parseTrackKernData() 1082 bool cont = true, save = (fi->pkd != NULL); in parsePairKernData() local 1095 if (!save) in parsePairKernData() 1212 bool cont = true, firstTime = true, save = (fi->ccd != NULL); in parseCompCharData() local 1236 if (!save) in parseCompCharData()
|
/trunk/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 117 SCUtil.save(scDocumentTemp); in insertRenameDeleteSheet() 264 SCUtil.save(scDocument); in hideShowSheet() 423 SCUtil.save(scDocument); in insertSheetFromfile() 435 SCUtil.save(sourcescDocument); in insertSheetFromfile() 482 SCUtil.save(scDocument); in insertSheetFromfile()
|
/trunk/test/testuno/source/fvt/uno/sc/data/ |
H A D | StandardFilterOption.java | 117 SCUtil.save(scDocument); in testStandardFilterForString() 190 SCUtil.save(scDocument); in testStandardFilterOptionCaseSensitive() 261 SCUtil.save(scDocument); in testStandardFilterOptionContainsHeader() 346 SCUtil.save(scDocument); in testStandardFilterOptionCopyOutput() 438 SCUtil.save(scDocument); in testStandardFilterOptionSkipDuplicates() 497 SCUtil.save(scDocument); in testStandardFilterOptionUseRegularExpressions()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XStorable.idl | 98 if an IO error occurred during save operation 111 <p>This is the normal behavior for UI's "save-as" feature.</p> 128 if an IO error occurred during save operation 151 if an IO error occurred during save operation
|
H A D | XSessionManagerListener.idl | 36 /** doSave gets called when a save event was issued by the session manager 44 <p>When the save request is processed (with or without 51 <FALSE/> if just a save point was requested
|
H A D | XSessionManagerClient.idl | 81 /** saveDone signals that a listener has processed a save request 84 the listener having finished save request processing
|
H A D | XStorable2.idl | 69 the optional parameters contain unacceptable for save entry 72 if an IO error occurred during save operation
|
/trunk/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 60 void BackendDb::save() in save() function in dp_registry::backend::BackendDb 105 save(); in getDocument() 155 save(); in removeElement() 197 save(); in revokeEntry() 219 save(); in activateEntry() 673 save(); in addEntry()
|
/trunk/main/store/source/ |
H A D | storbios.cxx | 222 storeError save (OStorePageBIOS & rBIOS, sal_uInt32 nSize = theSize) in save() function 292 eErrCode = save (rBIOS); in unusedHead() 310 return save (rBIOS); in unusedPop() 340 return save (rBIOS); in unusedPush() 654 eErrCode = m_pSuper->save (*this, rnPageSize); in initialize_Impl()
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 773 void save( uno::Any aValue ) in save() function 949 save( uno::makeAny( str ) ); in store() 951 save( uno::makeAny( (rtl::OUString) mpEdit->GetText() ) ); in store() 980 save( uno::makeAny( rtl::OUString( GetText() ).toInt64() ) ); in store() 993 save( uno::makeAny( rtl::OUString( GetText() ).toDouble() ) ); in store() 1031 save( uno::makeAny( IsChecked() ) ); in store() 1061 save( uno::makeAny( (short) GetSelectEntryPos() ) ); in store() 1101 save( uno::makeAny( (rtl::OUString) GetText() ) ); in store()
|
/trunk/main/writerfilter/documentation/ |
H A D | tablesInDoc.txt | 60 // end current row and save properties for that row, begin new row 141 save properties 145 save value in curTableDepth
|
/trunk/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.src | 136 Text [ en-US ] = "Do you want to save the value in a database field?" ; 145 Text [ en-US ] = "~Yes, I want to save it in the following database field:" ; 164 Text [ en-US ] = "~No, I only want to save the value in the form." ;
|
/trunk/main/sfx2/source/doc/ |
H A D | doc.src | 57 Text [ en-US ] = "The document \"$(DOC)\" has been modified.\nDo you want to save your changes?" ; 193 …Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes… 457 …Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work… 484 …e signed. Saving the document removes all present signatures.\nDo you want to save the document?" ;
|
/trunk/main/uui/source/ |
H A D | trylater.src | 36 …ARG1)' is locked for editing by:\n\n$(ARG2)\n\nTry again later to save document or save a copy of …
|
/trunk/main/offapi/com/sun/star/sdb/ |
H A D | DocumentSaveRequest.idl | 41 Usually thrown if someone tries to save a document which hasn't a name yet. 47 /** specifies the content where the document should save inside.
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | armhelper.S | 45 stmfd sp!, {r4,lr} @ save return address 47 UNWIND .save {r4,lr} @ restore these regs on exception
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | armhelper.S | 45 stmfd sp!, {r4,lr} @ save return address 47 UNWIND .save {r4,lr} @ restore these regs on exception
|