Lines Matching refs:mpObject

98 	SdrObject*						mpObject;  member in SvxTextEditSourceImpl
129 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in IsEditMode()
154 SdrObject* GetSdrObject() const { return mpObject; } in GetSdrObject()
178 mpObject ( pObject ), in SvxTextEditSourceImpl()
196 DBG_ASSERT( mpObject, "invalid pObject!" ); in SvxTextEditSourceImpl()
200 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( mpObject ); in SvxTextEditSourceImpl()
208 if( mpObject ) in SvxTextEditSourceImpl()
209 mpObject->AddObjectUser( *this ); in SvxTextEditSourceImpl()
216 mpObject ( &rObject ), in SvxTextEditSourceImpl()
236 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( mpObject ); in SvxTextEditSourceImpl()
245 if( mpObject ) in SvxTextEditSourceImpl()
246 mpObject->AddObjectUser( *this ); in SvxTextEditSourceImpl()
257 if( mpObject ) in ~SvxTextEditSourceImpl()
258 mpObject->RemoveObjectUser( *this ); in ~SvxTextEditSourceImpl()
390 if( mpObject == pSdrHint->GetObject() ) in Notify()
399 if (mpObject && mpText) in Notify()
401 sdr::table::SdrTableObj* pTableObj = PTR_CAST( sdr::table::SdrTableObj, mpObject ); in Notify()
433 if( mpObject == pSdrHint->GetObject() ) in Notify()
475 mpObject = 0; in ObjectInDestruction()
520 if( mpObject ) in dispose()
522 mpObject->RemoveObjectUser( *this ); in dispose()
523 mpObject = 0; in dispose()
536 if( mpObject && mpOutliner ) in SetupOutliner()
538 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in SetupOutliner()
559 if( mpObject && mpOutliner ) in UpdateOutliner()
561 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in UpdateOutliner()
589 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in GetBackgroundTextForwarder()
634 …warder = new SvxOutlinerForwarder( *mpOutliner, (mpObject->GetObjInventor() == SdrInventor) && (mp… in GetBackgroundTextForwarder()
641 if( mpObject && mpText && !mbDataValid && mpObject->IsInserted() && mpObject->GetPage() ) in GetBackgroundTextForwarder()
646 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in GetBackgroundTextForwarder()
656 …if( pOutlinerParaObject && ( bOwnParaObj || !mpObject->IsEmptyPresObj() || mpObject->GetPage()->Is… in GetBackgroundTextForwarder()
661 …if( mpText && bOwnParaObj && pOutlinerParaObject && mpObject->IsEmptyPresObj() && pTextObj->IsReal… in GetBackgroundTextForwarder()
663 mpObject->SetEmptyPresObj( sal_False ); in GetBackgroundTextForwarder()
664 …static_cast< SdrTextObj* >( mpObject)->NbcSetOutlinerParaObjectForText( pOutlinerParaObject, mpTex… in GetBackgroundTextForwarder()
676 SfxStyleSheetPool* pPool = (SfxStyleSheetPool*)mpObject->GetModel()->GetStyleSheetPool(); in GetBackgroundTextForwarder()
680 SfxStyleSheet* pStyleSheet = mpObject->GetPage()->GetTextStyleSheetForObject( mpObject ); in GetBackgroundTextForwarder()
699 if(mpObject->GetStyleSheet()) in GetBackgroundTextForwarder()
700 mpOutliner->SetStyleSheet( 0, mpObject->GetStyleSheet()); in GetBackgroundTextForwarder()
733 …der = new SvxOutlinerForwarder( *pEditOutliner, (mpObject->GetObjInventor() == SdrInventor) && (mp… in GetEditModeTextForwarder()
745 if( mbDestroyed || mpObject == NULL ) in GetTextForwarder()
749 mpModel = mpObject->GetModel(); in GetTextForwarder()
779 if( mpView->GetTextEditOutlinerView() && mpObject ) in CreateViewForwarder()
784 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in CreateViewForwarder()
799 if( mbDestroyed || mpObject == NULL ) in GetEditViewForwarder()
803 mpModel = mpObject->GetModel(); in GetEditViewForwarder()
838 …if(mpView->SdrBeginTextEdit(mpObject, 0L, 0L, sal_False, (SdrOutliner*)0L, 0L, sal_False, sal_Fals… in GetEditViewForwarder()
840 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in GetEditViewForwarder()
875 if( mpOutliner && mpObject && mpText && !mbDestroyed ) in UpdateData()
877 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( mpObject ); in UpdateData()
902 if( mpObject->IsEmptyPresObj() ) in UpdateData()
903 mpObject->SetEmptyPresObj(sal_False); in UpdateData()
955 SdrTextObj* pTextObj = PTR_CAST( SdrTextObj, mpObject ); in GetVisArea()