Home
last modified time | relevance | path

Searched refs:pDoc (Results 1 – 25 of 987) sorted by last modified time

12345678910>>...40

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx138 SwDoc* pDoc = rTxtNode.GetDoc(); in CtorInitAttrIter() local
141 const SwExtTextInput* pExtInp = pDoc->GetExtTextInput( rTxtNode ); in CtorInitAttrIter()
H A Dtxtfly.cxx618 const SwDoc *pDoc = rInf.GetTxtFrm()->GetNode()->GetDoc(); in CalcFlyWidth() local
619 const sal_uInt16 nGridWidth = GETGRIDWIDTH( pGrid, pDoc); //for textgrid refactor in CalcFlyWidth()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx547 … >& xPresentation, ViewShell* pViewSh, ::sd::View* pView, SdDrawDocument* pDoc, ::Window* pParentW… in SlideshowImpl() argument
549 , mxModel(pDoc->getUnoModel(),UNO_QUERY_THROW) in SlideshowImpl()
552 , mpDocSh(pDoc->GetDocSh()) in SlideshowImpl()
553 , mpDoc(pDoc) in SlideshowImpl()
573 , maPresSettings( pDoc->getPresentationSettings() ) in SlideshowImpl()
/trunk/main/sd/source/ui/inc/
H A Dfupoor.hxx138 SdDrawDocument* pDoc,
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx500 pDoc(pDc), in SwXDrawPage()
556 if(!pDoc) in getCount()
558 if(!pDoc->GetDrawModel()) in getCount()
572 if(!pDoc) in getByIndex()
574 if(!pDoc->GetDrawModel()) in getByIndex()
589 if(!pDoc) in hasElements()
601 if(!pDoc) in add()
773 if(!pDoc) in remove()
836 if(!pDoc) in ungroup()
885 pDoc = 0; in InvalidateSwDoc()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx290 if (pDoc->IsNegativePage(nTab)) in lcl_GetAnchorCell()
323 if (pDoc->IsNegativePage(nTab)) in lcl_GetRelativePos()
364 if ( pDoc ) in setPropertyValue()
488 if ( pDoc ) in setPropertyValue()
586 if ( pDoc ) in setPropertyValue()
665 if ( pDoc ) in getPropertyValue()
726 if ( pDoc ) in getPropertyValue()
785 if ( pDoc ) in getPropertyValue()
1019 ScDocument* pDoc = pModel->GetDocument(); in getAnchor() local
1020 if ( pDoc ) in getAnchor()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx991 const SwDoc* pDoc = rTxtNode.GetDoc(); in getGrammarContact() local
992 if( !pDoc || pDoc->IsInDtor() ) in getGrammarContact()
994 return pDoc->getGrammarContact(); in getGrammarContact()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3384 static void ConvertSlotsToCommands( SfxObjectShell* pDoc, uno::Reference< container::XIndexContaine… in ConvertSlotsToCommands() argument
3386 if ( pDoc ) in ConvertSlotsToCommands()
3389 SfxModule* pModule( pDoc->GetFactory().GetModule() ); in ConvertSlotsToCommands()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1191 const SwNumRule *pRule = pDoc->FindNumRulePtr(sName); in GetNumFmtFromStack()
1274 if (pEntry->MakeRegion(pDoc, aRegion, false)) in SetAttrInDoc()
1281 SwNode* pNode = pDoc->GetNodes()[ nStart ]; in SetAttrInDoc()
1338 if (pEntry->MakeRegion(pDoc, aRegion, false)) in SetAttrInDoc()
1355 pDoc->InsertPoolItem(aRegion, *pEntry->pAttr, 0); in SetAttrInDoc()
1374 pItem = &pDoc->GetAttrPool().GetDefaultItem(nWhich); in GetFmtAttr()
1432 const IDocumentMarkAccess* const pMarkAccess = pDoc->getIDocumentMarkAccess(); in IsFtnEdnBkmField()
1470 …::sw::mark::IMark const * const pMark = (pDoc->getIDocumentMarkAccess()->getAllMarksBegin() + nBkm… in SetAttrInDoc()
1492 pDoc->InsertPoolItem(aPaM, *pEntry->pAttr, 0); in SetAttrInDoc()
H A Dww8atr.cxx336 SwFieldType* pType = pDoc->GetSysFldType( RES_CHAPTERFLD ); in GatherChapterFields()
715 *m_rWW8Export.pDoc->GetOutlineNumRule(), in OutlineNumbering()
720 *m_rWW8Export.pDoc->GetOutlineNumRule(), in OutlineNumbering()
879 SwFieldType* pType = pDoc->GetSysFldType( RES_GETREFFLD ); in HasRefToObject()
2399 SvNumberFormatter* pNFmtr = pDoc->GetNumberFormatter(); in GetNumberFmt()
2681 SwDBData aData = GetExport().pDoc->GetDBData(); in TextField()
3171 pInfo = &pDoc->GetEndNoteInfo(); in WriteFtnBegin()
3173 pInfo = &pDoc->GetFtnInfo(); in WriteFtnBegin()
3175 ? pInfo->GetAnchorCharFmt( *pDoc ) in WriteFtnBegin()
3176 : pInfo->GetCharFmt( *pDoc ); in WriteFtnBegin()
[all …]
H A Ddocxexport.cxx585 SwDocShell* pDocShell( pDoc->GetDocShell( ) ); in WriteProperties()
617 pCurPam->GetPoint()->nNode = pDoc->GetNodes().GetEndOfContent().StartOfSectionNode()->GetIndex(); in WriteMainText()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx80 #define _DEBUG_REDLINE( pDoc ) argument
83 #define _DEBUG_REDLINE( pDoc ) lcl_DebugRedline( pDoc ); argument
1026 pLine->SaveCntntAttrs( pDoc ); in SaveCntntAttrs()
1222 pBox->SaveCntntAttrs( pDoc ); in SaveCntntAttrs()
1224 pNext->SaveCntntAttrs( pDoc ); in SaveCntntAttrs()
2759 _DEBUG_REDLINE( pDoc ) in AddBoxBefore()
2763 pDoc->GetNodes().MakeTxtNode( aInsIdx, (SwTxtFmtColl*)pDoc->GetDfltTxtFmtColl() ); in AddBoxBefore()
2776 _DEBUG_REDLINE( pDoc ) in AddBoxBefore()
2788 _DEBUG_REDLINE( pDoc ) in AddBoxAfter()
2797 _DEBUG_REDLINE( pDoc ) in AddBoxAfter()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5117 const SwDoc* pDoc = GetFmt()->GetDoc(); in PaintGrid() local
5118 long nGridWidth = GETGRIDWIDTH(pGrid,pDoc); //for textgrid refactor in PaintGrid()
H A Dlayact.cxx2272 const SwDoc* pDoc = pViewShell->GetDoc(); in DoIdleJob() local
2282 pDoc->GetAutoCompleteWords().IsLockWordLstLocked()) in DoIdleJob()
2290 if ( pDoc->GetDocShell()->IsHelpDocument() || in DoIdleJob()
2291 pDoc->isXForms() || in DoIdleJob()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx775 const SwDoc* pDoc = pNode->GetDoc(); in GetRedlineAtIndex() local
776 if ( pDoc ) in GetRedlineAtIndex()
778 pRedline = pDoc->GetRedline( *pStart, NULL ); in GetRedlineAtIndex()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx672 SwDoc *pDoc = pMySh->GetDoc(); in InsertSoftHyph() local
676 pDoc->InsertString( aRg, CHAR_SOFTHYPHEN ); in InsertSoftHyph()
1328 pDoc->GetIDocumentUndoRedo().StartUndo( UNDO_OVERWRITE, NULL ); in ApplyChangedSentence()
1382 pDoc->DeleteAndJoin(*pCrsr); in ApplyChangedSentence()
1416 pDoc->DeleteAndJoin(*pCrsr); in ApplyChangedSentence()
1434 pDoc->InsertString(*pCrsr, aCurrentNewPortion->sText); in ApplyChangedSentence()
1457 pDoc->GetIDocumentUndoRedo().EndUndo( UNDO_OVERWRITE, NULL ); in ApplyChangedSentence()
1468 SwDoc* pDoc = pSh->GetDoc(); in lcl_CollectDeletedRedlines() local
1476 sal_uInt16 nAct = pDoc->GetRedlinePos( *pTxtNode, USHRT_MAX ); in lcl_CollectDeletedRedlines()
1478 for ( ; nAct < pDoc->GetRedlineTbl().Count(); nAct++ ) in lcl_CollectDeletedRedlines()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2443 SwDoc* pDoc = pDocShell->GetDoc(); in updateLinks() local
2447 UnoActionContext aAction(pDoc); in updateLinks()
2595 SwDoc *pDoc = 0; in GetRenderDoc() local
2600 pDoc = pDocShell->GetDoc(); in GetRenderDoc()
2639 return pDoc; in GetRenderDoc()
2693 if ( pDoc == 0 || pView == 0 ) in getRendererCount()
2884 if (!pDoc || !pView) in getRenderer()
3137 if (pDoc && pView) in render()
3245 SwDoc* pDoc = pDocShell->GetDoc(); in getXForms() local
3246 return pDoc->getXForms(); in getXForms()
[all …]
/trunk/main/sc/inc/
H A Ddociter.hxx47 ScDocument* pDoc; member in ScDocumentIterator
82 ScDocument* pDoc; member in ScValueIterator
165 …ssInternal(const ScDBQueryDataIterator* pParent, ScDBQueryParamInternal* pParam, ScDocument* pDoc);
220 ScDocument* pDoc; member in ScCellIterator
269 ScDocument* pDoc; member in ScQueryCellIterator
378 ScDocument* pDoc; member in ScDocAttrIterator
397 ScDocument* pDoc; member in ScAttrRectIterator
418 ScDocument* pDoc; member in ScHorizontalCellIterator
449 ScDocument *pDoc; member in ScHorizontalValueIterator
485 ScDocument* pDoc; member in ScHorizontalAttrIterator
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx511 SdDrawDocument* pDoc = (SdDrawDocument*) this; in AllocModel() local
512 pDoc->SetAllocDocSh(sal_False); in AllocModel()
513 pDoc->mxAllocedDocShRef = new ::sd::DrawDocShell( in AllocModel()
515 pDoc->mxAllocedDocShRef->DoInitNew(NULL); in AllocModel()
516 pNewModel = pDoc->mxAllocedDocShRef->GetDoc(); in AllocModel()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx597 void ViewShell::PrtOle2( SwDoc *pDoc, const SwViewOption *pOpt, const SwPrintData& rOptions, in PrtOle2() argument
604 if( pDoc->GetCurrentViewShell() ) in PrtOle2()
605 …pSh = new ViewShell( *pDoc->GetCurrentViewShell(), 0, pOleOut,VSHELLFLAG_SHARELAYOUT );//swmod 080… in PrtOle2()
607 pSh = new ViewShell( *pDoc, 0, pOpt, pOleOut);//swmod 080129 in PrtOle2()
658 sal_uInt32 nMaxItems = pDoc->GetAttrPool().GetItemCount2( RES_TXTATR_FIELD ); in IsAnyFieldInDoc()
661 if( 0 != (pItem = pDoc->GetAttrPool().GetItem2( RES_TXTATR_FIELD, n ))) in IsAnyFieldInDoc()
672 nMaxItems = pDoc->GetAttrPool().GetItemCount2( RES_TXTATR_INPUTFIELD ); in IsAnyFieldInDoc()
675 if( 0 != (pItem = pDoc->GetAttrPool().GetItem2( RES_TXTATR_INPUTFIELD, n ))) in IsAnyFieldInDoc()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx119 SfxObjectShell* pDoc = bAllDocs ? NULL : (SfxObjectShell*) xObjSh; in Enable_Impl() local
120 SfxViewFrame *pFrame= SfxViewFrame::GetFirst(pDoc); in Enable_Impl()
125 pFrame = SfxViewFrame::GetNext(*pFrame, pDoc); in Enable_Impl()
134 if ( !pDoc ) in Enable_Impl()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx520 xChild->setParent( pDoc->GetDocShell()->GetModel() ); in InsertOleObject()
576 if ( bStarMath && pDoc->get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT ) ) in InsertOleObject()
1098 SwNumRule* pCollRule = pDoc->FindNumRulePtr(pColl->GetNumRule().GetValue()); in NumOrBulletOn()
1106 pDoc->FindNumRulePtr(pColl->GetNumRule( sal_False ).GetValue()); in NumOrBulletOn()
1715 pDoc->ChgFmt(*pColl, rStyleSet ); in AutoUpdatePara()
1889 if (0 != pDoc) in GetSelDescr()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx445 SfxItemSet aFrmSet( pDoc->GetAttrPool(), in InsertEmbed()
481 pDoc->GetNodes()[ pFlyFmt->GetCntnt().GetCntntIdx() in InsertEmbed()
511 pAppletImpl = new SwApplet_Impl( pDoc->GetAttrPool(), in NewObject()
647 pDoc->Insert( *pPam, in EndObject()
655 pDoc->GetNodes()[ pFlyFmt->GetCntnt().GetCntntIdx() in EndObject()
780 pDoc->Insert( *pPam, in EndApplet()
788 pDoc->GetNodes()[ pFlyFmt->GetCntnt().GetCntntIdx() in EndApplet()
945 SfxItemSet aFrmSet( pDoc->GetAttrPool(), in InsertFloatingFrame()
965 pDoc->GetNodes()[ pFlyFmt->GetCntnt().GetCntntIdx() in InsertFloatingFrame()
1093 SwOLENode *pOLENd = rHTMLWrt.pDoc->GetNodes()[ nStt ]->GetOLENode(); in OutHTML_FrmFmtOLENode()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx438 return pDoc; in getDocumentFromRange()
1155 ScDocument* pDoc = NULL; in getCellRangesForAddress() local
1158 pDoc = pDocSh->GetDocument(); in getCellRangesForAddress()
1405 if ( !pDoc ) in lcl_setupBorders()
2101 ScDocument* pDoc = getScDocument(); in Font() local
2106 if ( !pDoc ) in Font()
3341 ScDocument* pDoc = getScDocument(); in Sort() local
3342 if ( !pDoc ) in Sort()
3623 if ( !pDoc ) in characters()
3720 ScDocument* pDoc = getScDocument(); in getCalcColWidth() local
[all …]
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx57 SwDoc* pDoc; member in SwASCIIParser
111 pItemSet = new SfxItemSet( pDoc->GetAttrPool(), in SwASCIIParser()
129 if( pDoc->getPrinter( false ) ) in SwASCIIParser()
176 pDoc->SetTxtFmtColl(*pPam, pColl); in CallParser()
235 pDoc->SetDefault(*pItemSet); in CallParser()
256 ::EndProgress( pDoc->GetDocShell() ); in CallParser()
390 pDoc->SplitNode( *pPam->GetPoint(), false ); in ReadChars()
453 pDoc->InsertPoolItem( in ReadChars()
485 pDoc->SplitNode( *pPam->GetPoint(), false ); in ReadChars()
498 pDoc->SplitNode( *pPam->GetPoint(), false ); in ReadChars()
[all …]

Completed in 380 milliseconds

12345678910>>...40