Home
last modified time | relevance | path

Searched refs:pD (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx604 void FormulaRead(SwWw8ControlType nWhich,SvStream *pD);
H A Dww8scan.cxx4737 const WW8PLCFxDesc* pD; in WhereIdx() local
4740 pD = &aD[i]; in WhereIdx()
4741 if (pD != pPcdA) in WhereIdx()
4743 if( (pD->nEndPos < nNext) && (pD->nStartPos == WW8_CP_MAX) ) in WhereIdx()
4746 nNext = pD->nEndPos; in WhereIdx()
4754 pD = &aD[i-1]; in WhereIdx()
4755 if (pD != pPcdA) in WhereIdx()
4757 if( pD->nStartPos < nNext ) in WhereIdx()
4759 nNext = pD->nStartPos; in WhereIdx()
H A Dww8glsy.cxx88 bool WW8Glossary::MakeEntries(SwDoc *pD, SwTextBlocks &rBlocks, in MakeEntries() argument
106 SwNodeIndex aDocEnd( pD->GetNodes().GetEndOfContent() ); in MakeEntries()
117 SwTxtFmtColl* pColl = pD->GetTxtCollFromPool in MakeEntries()
128 pCNd = pD->GetNodes().MakeTxtNode( rIdx, pColl ); in MakeEntries()
138 || HasBareGraphicEnd(pD,rIdx)) in MakeEntries()
141 pCNd = pD->GetNodes().MakeTxtNode( rIdx, pColl ); in MakeEntries()
180 pD->CopyRange( aPam, aPos, false ); in MakeEntries()
221 SwDoc *pD = ((SwDocShell*)(&xDocSh))->GetDoc(); in Load() local
223 xStg, &rStrm, *pD, rBlocks.GetBaseURL(), true); in Load()
226 *pD->GetNodes().GetEndOfContent().StartOfSectionNode(), 1); in Load()
[all …]
H A Dww8glsy.hxx77 bool MakeEntries(SwDoc *pD, SwTextBlocks &rBlocks, bool bSaveRelFile,
80 bool HasBareGraphicEnd(SwDoc *pD,SwNodeIndex &rIdx);
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx71 SwASCIIParser( SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn,
104 SwASCIIParser::SwASCIIParser(SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn, in SwASCIIParser() argument
106 : pDoc(pD), rInput(rIn), rOpt(rOpts), nScript(0), bNewDoc(bReadNewDoc) in SwASCIIParser()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx453 SwRTFParser( SwDoc* pD,
H A Dswparrtf.cxx175 SwRTFParser::SwRTFParser(SwDoc* pD, in SwRTFParser() argument
179 SvxRTFParser(pD->GetAttrPool(), rIn, i_xDocProps, bReadNewDoc), in SwRTFParser()
180 maParaStyleMapper(*pD), in SwRTFParser()
181 maCharStyleMapper(*pD), in SwRTFParser()
183 maInsertedTables(*pD), in SwRTFParser()
192 pDoc(pD), in SwRTFParser()
193 pRelNumRule(new SwRelNumRuleSpaces(*pD, static_cast< sal_Bool >(bReadNewDoc))), in SwRTFParser()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx916 SwHTMLParser( SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn,
H A Dswhtml.cxx265 SwHTMLParser::SwHTMLParser( SwDoc* pD, const SwPaM& rCrsr, SvStream& rIn, in SwHTMLParser() argument
279 pDoc( pD ), in SwHTMLParser()
H A Dhtmlcss1.cxx115 SwCSS1Parser::SwCSS1Parser( SwDoc *pD, sal_uInt32 aFHeights[7], const String& rBaseURL, sal_Bool bN… in SwCSS1Parser() argument
116 SvxCSS1Parser( pD->GetAttrPool(), rBaseURL, MM50/2, in SwCSS1Parser()
118 pDoc( pD ), in SwCSS1Parser()
H A Dhtmlatr.cxx1780 HTMLEndPosLst::HTMLEndPosLst( SwDoc *pD, SwDoc* pTempl, in HTMLEndPosLst() argument
1784 pDoc( pD ), in HTMLEndPosLst()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1528 StackCleaner( ScDocument* pD, ScInterpreter* pI ) in InterpretTail() argument
1529 : pDoc(pD), pInt(pI) in InterpretTail()
/trunk/main/desktop/source/app/
H A Dapp.cxx3520 Desktop* pD = dynamic_cast<Desktop*>(GetpApp()); in HandleAppEvent() local
3521 OSL_ENSURE( pD, "no desktop ?!?" ); in HandleAppEvent()
3522 if( pD ) in HandleAppEvent()
3523 pD->doShutdown(); in HandleAppEvent()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx77 DropListBox_Impl( Window* pParent, const ResId& rId, SfxCommonTemplateDialog_Impl* pD ) : in DropListBox_Impl() argument
78 SvTreeListBox( pParent, rId ), pDialog( pD ) {} in DropListBox_Impl()
79 DropListBox_Impl( Window* pParent, WinBits nWinBits, SfxCommonTemplateDialog_Impl* pD ) : in DropListBox_Impl() argument
80 SvTreeListBox( pParent, nWinBits ), pDialog( pD ) {} in DropListBox_Impl()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx508 SwLayHelper::SwLayHelper( SwDoc *pD, SwFrm* &rpF, SwFrm* &rpP, SwPageFrm* &rpPg, in SwLayHelper() argument
512 rpActualSection( rpA ), rbBreakAfter(rB), pDoc(pD), nMaxParaPerPage( 25 ), in SwLayHelper()
H A Dlayhelp.hxx129 SwLayHelper( SwDoc *pD, SwFrm* &rpF, SwFrm* &rpP, SwPageFrm* &rpPg,
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx529 ImplPixelFormat* pD = ImplPixelFormat::GetFormat( nDestBits, rDestPalette ); in ConvertBitmapData() local
532 if( pD && pS ) in ConvertBitmapData()
537 pD->StartLine( pDestData ); in ConvertBitmapData()
542 pD->WritePixel( pS->ReadPixel() ); in ConvertBitmapData()
549 delete pD; in ConvertBitmapData()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx402 SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ): in SwDocShell() argument
404 mpDoc(pD), in SwDocShell()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1037 *pOut << indent2 << "fpc : " << pD->fpc << endl1; in DumpDop()
1040 *pOut << indent2 << "nFtn : " << pD->nFtn << endl1; in DumpDop()
1089 *pOut << indent2 << "cCh : " << pD->cCh << endl1; in DumpDop()
1090 *pOut << indent2 << "cPg : " << pD->cPg << endl1; in DumpDop()
1093 *pOut << indent2 << "nEdn : " << pD->nEdn << endl1; in DumpDop()
1094 *pOut << indent2 << "epc : " << pD->epc << endl1; in DumpDop()
1127 *pOut << indent2 << "adt : " << pD->adt << endl1; in DumpDop()
1129 *pOut << indent2 << "lvl : " << pD->lvl << endl1; in DumpDop()
1139 *pOut << indent2 << "cChWS : " << pD->cChWS << endl1; in DumpDop()
1142 *pOut << indent2 << "cDBC : " << pD->cDBC << endl1; in DumpDop()
[all …]
H A Dww8scan.cxx4292 const WW8PLCFxDesc* pD; in WhereIdx() local
4295 pD = &aD[i]; in WhereIdx()
4296 if (pD != pPcdA) in WhereIdx()
4298 if( (pD->nEndPos < nNext) && (pD->nStartPos == LONG_MAX) ) in WhereIdx()
4301 nNext = pD->nEndPos; in WhereIdx()
4309 pD = &aD[i-1]; in WhereIdx()
4310 if (pD != pPcdA) in WhereIdx()
4312 if( pD->nStartPos < nNext ) in WhereIdx()
4314 nNext = pD->nStartPos; in WhereIdx()
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx64 SwDoc *pD; member in FilterGlobals
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx451 _UndoTransliterate_Data* pD = aChanges[i]; in AddChanges() local
452 if( pD->nNdIdx == pNew->nNdIdx && pD->pHistory ) in AddChanges()
455 pNew->pHistory = pD->pHistory; in AddChanges()
456 pD->pHistory = 0; in AddChanges()
/trunk/main/sw/source/core/inc/
H A Dvisiturl.hxx36 SwURLStateChanged( const SwDoc* pD );
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx2539 SwJumpEditFieldType::SwJumpEditFieldType( SwDoc* pD ) in SwJumpEditFieldType() argument
2540 : SwFieldType( RES_JUMPEDITFLD ), pDoc( pD ), aDep( this, 0 ) in SwJumpEditFieldType()
H A Dexpfld.cxx1132 SwInputFieldType::SwInputFieldType( SwDoc* pD ) in SwInputFieldType() argument
1134 , pDoc( pD ) in SwInputFieldType()

Completed in 307 milliseconds

123