Home
last modified time | relevance | path

Searched refs:sComment (Results 26 – 50 of 57) sorted by relevance

123

/aoo42x/main/sc/source/core/tool/
H A Dchgtrack.cxx823 …t ScBigRange& aBigRangeP, const String& aUserP, const DateTime& aDateTimeP, const String& sComment, in ScChangeActionIns() argument
826 …eAction(eTypeP, aBigRangeP, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment) in ScChangeActionIns()
936 …t ScBigRange& aBigRangeP, const String& aUserP, const DateTime& aDateTimeP, const String &sComment, in ScChangeActionDel() argument
939 …Action(eTypeP, aBigRangeP, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment), in ScChangeActionDel()
1264 … ScBigRange& aToBigRange, const String& aUserP, const DateTime& aDateTimeP, const String &sComment, in ScChangeActionMove() argument
1267 …(SC_CAT_MOVE, aToBigRange, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment), in ScChangeActionMove()
1423 const DateTime& aDateTimeP, const String& sComment, in IMPL_FIXEDMEMPOOL_NEWDEL()
1426 …C_CAT_CONTENT, aBigRangeP, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment), in IMPL_FIXEDMEMPOOL_NEWDEL()
2195 …t ScBigRange& aBigRangeP, const String& aUserP, const DateTime& aDateTimeP, const String& sComment) in ScChangeActionReject() argument
2197 …SC_CAT_CONTENT, aBigRangeP, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment) in ScChangeActionReject()
/aoo42x/main/sw/source/ui/index/
H A Dcnttab.cxx176 String sComment; member
198 String sComment; member in SwEntryBrowseBox
4346 sComment( ResId(ST_COMMENT, *rId.GetResMgr() )), in SwEntryBrowseBox()
4374 &sComment, in SwEntryBrowseBox()
4410 case ITEM_COMMENT :pRet = &pEntry->sComment ; break; in GetCellText()
4465 case ITEM_COMMENT : pEntry->sComment = sNew; break; in SaveModified()
4548 pToInsert->sComment = sLine; in ReadEntries()
4549 pToInsert->sComment.Erase(0, 1); in ReadEntries()
4576 if(pEntry->sComment.Len()) in WriteEntries()
4579 sWrite += pEntry->sComment; in WriteEntries()
/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1050 ::rtl::OUString sComment; in makeRedline()
1055 if( aCommentValue >>= sComment ) in makeRedline()
1056 aRedlineData.SetComment( sComment ); in makeRedline()
/aoo42x/main/editeng/source/rtf/
H A Dsvxrtf.cxx714 String sStr, sComment; in ReadInfo() local
781 GetTextToEndGroup( sComment ); in ReadInfo()
806 COMPARE_EQUAL == sComment.CompareToAscii( pChkForVerNo )) in ReadInfo()
/aoo42x/main/tools/bootstrp/
H A Dmkcreate.cxx851 ByteString sComment( in CreateRecursiveMakefile() local
857 aMakefile.WriteLine( sComment ); in CreateRecursiveMakefile()
/aoo42x/main/sax/test/sax/
H A Dtestsax.cxx442 virtual void SAL_CALL comment(const OUString& sComment) throw (SAXException,RuntimeException) in comment() argument
445 OString o1 = OUStringToOString(sComment, RTL_TEXTENCODING_UTF8 ); in comment()
/aoo42x/main/extensions/test/sax/
H A Dtestsax.cxx494 virtual void comment(const UString& sComment) THROWS( (SAXException,UsrSystemException) ) in comment() argument
497 printf( "<!--%s-->\n" , USTRING_TO_PCHAR( sComment ) ); in comment()
/aoo42x/main/svx/source/svdraw/
H A Dsvdundo.cxx981 String sComment; in GetComment() local
982 GetDescriptionStringForObject( _rForObject, STR_UndoInsertObj, sComment ); in GetComment()
983 return sComment; in GetComment()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlsceni.hxx36 rtl::OUString sComment; member in ScXMLTableScenarioContext
H A DXMLChangeTrackingImportHelper.hxx38 rtl::OUString sComment; member
/aoo42x/main/autodoc/inc/ary/cpp/
H A Dc_slntry.hxx57 String sComment; member
/aoo42x/main/filter/source/msfilter/
H A Dmsvbasic.hxx95 String sComment; member in VBA_Impl
/aoo42x/main/sw/source/ui/inc/
H A Dredlndlg.hxx54 String sComment; // Redline-Kommentar member
/aoo42x/main/scripting/source/storage/
H A DScriptMetadataImporter.hxx107 virtual void SAL_CALL comment( const ::rtl::OUString & sComment )
H A DScriptMetadataImporter.cxx152 void ScriptMetadataImporter::comment( const ::rtl::OUString & sComment ) in comment() argument
/aoo42x/main/offapi/com/sun/star/packages/zip/
H A DZipEntry.idl111 string sComment;
/aoo42x/main/package/inc/
H A DZipOutputStream.hxx51 ::rtl::OUString sComment;
H A DZipFile.hxx62 ::rtl::OUString sComment; /* zip file comment */
/aoo42x/main/xmloff/inc/xmloff/
H A DXMLEmbeddedObjectExportFilter.hxx71 virtual void SAL_CALL comment(const ::rtl::OUString& sComment)
/aoo42x/main/offapi/com/sun/star/xml/sax/
H A DXExtendedDocumentHandler.idl69 void comment( [in] string sComment )
/aoo42x/main/xmloff/source/transform/
H A DTransformerBase.hxx119 virtual void SAL_CALL comment(const ::rtl::OUString& sComment)
/aoo42x/main/sc/source/filter/inc/
H A Dxcl97rec.hxx345 XclExpString sComment; member in ExcEScenario
/aoo42x/main/sw/source/core/doc/
H A Ddocredln.cxx3021 , sComment( rCpy.sComment ) in SwRedlineData()
3032 : pNext(pNxt), pExtraData(pData), sComment(rCmnt), aStamp(rDT), in SwRedlineData()
3786 return GetRedlineData(nPos).sComment; in GetComment()
/aoo42x/main/sax/test/
H A Dsaxdemo.cxx235 virtual void SAL_CALL comment(const OUString& sComment) throw (SAXException,RuntimeException) in comment() argument
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx762 ByteString sComment( ((MetaCommentAction*)pAction)->GetComment() ); in playMetafile() local
763 if ( sComment.Equals( sSeqEnd ) ) in playMetafile()

Completed in 148 milliseconds

123