/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 1156 PrinterGfx::PSComment( const sal_Char* pComment ) in PSComment() argument 1158 const sal_Char* pLast = pComment; in PSComment() 1159 while( pComment && *pComment ) in PSComment() 1161 while( *pComment && *pComment != '\n' && *pComment != '\r' ) in PSComment() 1162 pComment++; in PSComment() 1163 if( pComment - pLast > 1 ) in PSComment() 1166 WritePS( mpPageBody, pLast, pComment - pLast ); in PSComment() 1169 if( *pComment ) in PSComment() 1170 pLast = ++pComment; in PSComment()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | exctools.cxx | 319 pComment = new String( rIn.ReadUniString() ); in ExcScenario() 321 pComment = new String; in ExcScenario() 357 if( pComment ) in ~ExcScenario() 358 delete pComment; in ~ExcScenario() 376 …r.SetScenarioData( nNewTab, *pComment, COL_LIGHTGRAY, /*SC_SCENARIO_SHOWFRAME|*/SC_SCENARIO_COPYAL… in Apply()
|
/aoo4110/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 71 const MetaCommentAction* pComment = NULL; in ImplCheckForEPS() local 77 pComment = (const MetaCommentAction*)rMtf.GetAction( 1 ); in ImplCheckForEPS() 79 return pComment; in ImplCheckForEPS() 634 const MetaCommentAction* pComment = ImplCheckForEPS( rMtf ); in ImplWriteGraphic() local 635 if ( pComment ) in ImplWriteGraphic() 637 sal_uInt32 nSize = pComment->GetDataSize(); in ImplWriteGraphic() 638 const sal_uInt8* pData = pComment->GetData(); in ImplWriteGraphic()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | undobj.cxx | 198 bCacheComment(true), pComment(NULL) in SwUndo() 210 delete pComment; in ~SwUndo() 304 if (! pComment) in GetComment() 306 pComment = new String(SW_RES(UNDO_BASE + GetId())); in GetComment() 310 *pComment = aRewriter.Apply(*pComment); in GetComment() 313 aResult = *pComment; in GetComment()
|
H A D | undobj1.cxx | 384 aResult = *pComment; in GetComment()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 75 String* pComment; member in ScViewEntryPtr 84 String* GetpComment() {return pComment;} in GetpComment() 91 void SetpComment(String* pString) {pComment=pString;} in SetpComment()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | sequenceashashmap.cxx | 344 const char* pComment ) const in dbg_dumpToFile() 346 if (!pFileName || !pComment) in dbg_dumpToFile() 355 sBuffer.appendAscii(pComment ); in dbg_dumpToFile()
|
/aoo4110/main/l10ntools/source/ |
H A D | xmlparse.cxx | 373 XMLComment *pComment = ( XMLComment * ) pCur; in Write() local 375 WriteString( rStream, pComment->GetComment()); in Write() 434 XMLComment *pComment = ( XMLComment * ) pCur; in Print() local 435 …fprintf( stdout, "<!--%s-->", ByteString( pComment->GetComment(), RTL_TEXTENCODING_UTF8 ).GetBuffe… in Print() 958 XMLComment *pComment = ( XMLComment * ) pCur; in Print() local 960 buffer.append( pComment->GetComment() ); in Print()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 216 if ( pGetInfo2->pComment ) in getPrinterQueueInfoOldStyle() 217 pInfo->maComment = ImplSalGetUniString( pGetInfo2->pComment ); in getPrinterQueueInfoOldStyle() 374 if ( pGetInfo2->pComment ) in getPrinterQueueStateOldStyle() 375 pInfo->maComment = ImplSalGetUniString( pGetInfo2->pComment ); in getPrinterQueueStateOldStyle() 421 if ( pWinInfo2->pComment ) in GetPrinterQueueState() 422 … pInfo->maComment = String( reinterpret_cast< const sal_Unicode* >(pWinInfo2->pComment) ); in GetPrinterQueueState()
|
/aoo4110/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 147 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment); 149 sal_Bool IsValidComment(const String* pComment);
|
/aoo4110/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 317 PDFComment* pComment = in pushComment() local 324 pContainer->m_aSubElements.push_back( pComment ); in pushComment()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | excscen.hxx | 61 String* pComment; member in ExcScenario
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | sequenceashashmap.hxx | 374 void dbg_dumpToFile(const char* pFileName, const char* pComment) const;
|
/aoo4110/main/sw/inc/ |
H A D | undobj.hxx | 62 mutable String * pComment; member in SwUndo
|
/aoo4110/main/unoxml/source/dom/ |
H A D | document.cxx | 508 xmlNodePtr pComment = xmlNewDocComment(m_aDocPtr, xData); in createComment() local 510 static_cast< XNode* >(GetCNode(pComment).get()), in createComment()
|
/aoo4110/main/vcl/inc/ |
H A D | printergfx.hxx | 304 void PSComment (const sal_Char* pComment );
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 1266 void emitComment( const char* pComment );
|
H A D | pdfwriter_impl.cxx | 2101 void PDFWriterImpl::emitComment( const char* pComment ) in emitComment() argument 2105 aLine.append( (const sal_Char*)pComment ); in emitComment()
|