Searched refs:pMyDoc (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/core/edit/ |
H A D | edglbldc.cxx | 71 SwDoc* pMyDoc = GetDoc(); in GetGlobalDocContent() local 163 SwDoc* pMyDoc = GetDoc(); in InsertGlobalDocContent() local 172 pMyDoc->AppendTxtNode( rPos ); in InsertGlobalDocContent() 204 SwDoc* pMyDoc = GetDoc(); in InsertGlobalDocContent() local 214 pMyDoc->AppendTxtNode( rPos ); in InsertGlobalDocContent() 244 SwDoc* pMyDoc = GetDoc(); in InsertGlobalDocContent() local 245 pMyDoc->AppendTxtNode( rPos ); in InsertGlobalDocContent() 266 SwDoc* pMyDoc = GetDoc(); in DeleteGlobalDocContent() local 275 pMyDoc->AppendTxtNode( rPos ); in DeleteGlobalDocContent() 332 SwDoc* pMyDoc = GetDoc(); in MoveGlobalDocContent() local [all …]
|
H A D | edglss.cxx | 106 SwDoc* pMyDoc = GetDoc(); in SaveGlossaryDoc() local 123 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc() 124 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() 135 pCrsr->GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc() 149 SwNodeIndex aStt( pMyDoc->GetNodes().GetEndOfExtras(), 1 ); in SaveGlossaryDoc() 150 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() 157 aCpyPam.GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc() 164 pMyDoc->CopyRange( aCpyPam, aInsPos, false ); in SaveGlossaryDoc()
|
H A D | edtox.cxx | 202 SwDoc* pMyDoc = GetDoc(); in UpdateTableOf() local 203 SwDocShell* pDocSh = pMyDoc->GetDocShell(); in UpdateTableOf() 212 pMyDoc->GetIDocumentUndoRedo().StartUndo(UNDO_TOXCHANGE, NULL); in UpdateTableOf() 227 pMyDoc->GetIDocumentUndoRedo().EndUndo(UNDO_TOXCHANGE, NULL); in UpdateTableOf()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fedesc.cxx | 195 SwDoc *pMyDoc = GetDoc(); in GetMousePageDesc() local 198 if ( pPage->GetPageDesc() == &const_cast<const SwDoc *>(pMyDoc) in GetMousePageDesc() 215 SwDoc *pMyDoc = GetDoc(); in GetCurPageDesc() local 218 if ( pPage->GetPageDesc() == &const_cast<const SwDoc *>(pMyDoc) in GetCurPageDesc()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 190 pMyDoc = new SdDrawDocument(DOCUMENT_TYPE_IMPRESS, NULL); in AnimationWindow() 191 SdPage* pPage = (SdPage*) pMyDoc->AllocPage(sal_False); in AnimationWindow() 192 pMyDoc->InsertPage(pPage); in AnimationWindow() 253 delete pMyDoc; in ~AnimationWindow() 446 SdPage* pPage = pMyDoc->GetSdPage(0, PK_STANDARD); in IMPL_LINK() 589 SdPage* pPage = pMyDoc->GetSdPage(0, PK_STANDARD); in UpdateControl() 890 SdPage* pPage = pMyDoc->GetSdPage(0, PK_STANDARD); in AddObj() 1181 SdPage* pPage = pMyDoc->GetSdPage(0, PK_STANDARD); in CreateAnimObj()
|
/trunk/main/sw/source/core/view/ |
H A D | vprint.cxx | 301 SwDoc* pMyDoc = GetDoc(); in ChgAllPageSize() local 302 sal_uInt16 nAll = pMyDoc->GetPageDescCnt(); in ChgAllPageSize() 306 const SwPageDesc &rOld = const_cast<const SwDoc *>(pMyDoc)->GetPageDesc( i ); in ChgAllPageSize() 326 pMyDoc->ChgPageDesc( i, aNew ); in ChgAllPageSize()
|
/trunk/main/sw/inc/ |
H A D | ndarr.hxx | 101 SwDoc* pMyDoc; // in diesem Doc ist das Nodes-Array member in SwNodes 325 SwDoc* GetDoc() { return pMyDoc; } in GetDoc() 326 const SwDoc* GetDoc() const { return pMyDoc; } in GetDoc()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 228 SwDoc *pMyDoc = GetDoc(); in SetCrsrInHdFt() local 237 for( sal_uInt16 i = 0; i < pMyDoc->GetPageDescCnt(); ++i ) in SetCrsrInHdFt() 239 &const_cast<const SwDoc *>(pMyDoc)->GetPageDesc( i ) ) in SetCrsrInHdFt() 246 if( USHRT_MAX != nDescNo && nDescNo < pMyDoc->GetPageDescCnt() ) in SetCrsrInHdFt() 249 const SwPageDesc& rDesc = const_cast<const SwDoc *>(pMyDoc) in SetCrsrInHdFt() 271 pCNd = pMyDoc->GetNodes().GoNext( &aIdx ); in SetCrsrInHdFt()
|
/trunk/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 77 : pRoot( 0 ), pMyDoc( pDocument ) in SwNodes() 81 ASSERT( pMyDoc, "in welchem Doc stehe ich denn?" ); in SwNodes() 1003 SwWriter aWriter( aStrm, *pMyDoc ); in _MoveNodes() 2199 SwWriter aWriter( aStrm, *pMyDoc ); in _CopyNodes() 2651 return this == &pMyDoc->GetNodes(); in IsDocNodes()
|
/trunk/main/sd/source/ui/inc/ |
H A D | animobjs.hxx | 141 SdDrawDocument* pMyDoc; member in sd::AnimationWindow
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 915 SwDoc* pMyDoc = GetDoc(); in setFormula() local 916 UnoActionContext aAction(pMyDoc); in setFormula() 917 SfxItemSet aSet(pMyDoc->GetAttrPool(), RES_BOXATR_FORMAT, RES_BOXATR_FORMULA); in setFormula() 921 || pMyDoc->GetNumberFormatter()->IsTextFormat(((SwTblBoxNumFormat*)pItem)->GetValue())) in setFormula() 929 pMyDoc->UpdateTblFlds( &aTblUpdate ); in setFormula()
|
Completed in 90 milliseconds