Home
last modified time | relevance | path

Searched refs:pComment (Results 1 – 18 of 18) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1156 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()
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx319 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()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx71 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()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx198 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 Dundobj1.cxx384 aResult = *pComment; in GetComment()
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx75 String* pComment; member in ScViewEntryPtr
84 String* GetpComment() {return pComment;} in GetpComment()
91 void SetpComment(String* pString) {pComment=pString;} in SetpComment()
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx344 const char* pComment ) const in dbg_dumpToFile()
346 if (!pFileName || !pComment) in dbg_dumpToFile()
355 sBuffer.appendAscii(pComment ); in dbg_dumpToFile()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx373 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx216 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()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx147 sal_Bool IsValidEntry(const String* pAuthor,const DateTime *pDateTime,const String* pComment);
149 sal_Bool IsValidComment(const String* pComment);
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx317 PDFComment* pComment = in pushComment() local
324 pContainer->m_aSubElements.push_back( pComment ); in pushComment()
/trunk/main/sc/source/filter/inc/
H A Dexcscen.hxx61 String* pComment; member in ExcScenario
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceashashmap.hxx374 void dbg_dumpToFile(const char* pFileName, const char* pComment) const;
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx508 xmlNodePtr pComment = xmlNewDocComment(m_aDocPtr, xData); in createComment() local
510 static_cast< XNode* >(GetCNode(pComment).get()), in createComment()
/trunk/main/sw/inc/
H A Dundobj.hxx62 mutable String * pComment; member in SwUndo
/trunk/main/vcl/inc/
H A Dprintergfx.hxx304 void PSComment (const sal_Char* pComment );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx1266 void emitComment( const char* pComment );
H A Dpdfwriter_impl.cxx2101 void PDFWriterImpl::emitComment( const char* pComment ) in emitComment() argument
2105 aLine.append( (const sal_Char*)pComment ); in emitComment()

Completed in 199 milliseconds