Home
last modified time | relevance | path

Searched refs:pFormObject (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmobj.cxx390 FmFormObj* pFormObject = PTR_CAST(FmFormObj, pReturn); in Clone() local
391 DBG_ASSERT(pFormObject != NULL, "FmFormObj::Clone : invalid clone !"); in Clone()
392 if (pFormObject) in Clone()
393 pFormObject->clonedFrom(this); in Clone()
621 FmFormObj* pFormObject = dynamic_cast< FmFormObj* >( _pSdrObject ); in GetFormObject() local
622 if ( !pFormObject ) in GetFormObject()
626 pFormObject = dynamic_cast< FmFormObj* >( &pVirtualObject->ReferencedObj() ); in GetFormObject()
628 return pFormObject; in GetFormObject()
634 const FmFormObj* pFormObject = dynamic_cast< const FmFormObj* >( _pSdrObject ); in GetFormObject() local
635 if ( !pFormObject ) in GetFormObject()
[all …]
H A Dnavigatortreemodel.cxx774 const FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in InsertSdrObj() local
775 if ( pFormObject ) in InsertSdrObj()
779 … Reference< XFormComponent > xFormComponent( pFormObject->GetUnoControlModel(), UNO_QUERY_THROW ); in InsertSdrObj()
802 const FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in RemoveSdrObj() local
803 if ( pFormObject ) in RemoveSdrObj()
807 … Reference< XFormComponent > xFormComponent( pFormObject->GetUnoControlModel(), UNO_QUERY_THROW ); in RemoveSdrObj()
840 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObject ); in InsertFormComponent() local
841 if ( !pFormObject ) in InsertFormComponent()
1100 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in Search() local
1101 if ( pFormObject ) in Search()
[all …]
H A Dfmview.cxx580 FmFormObj* pFormObject = NULL; in getMarkedGrid() local
587 pFormObject = FmFormObj::GetFormObject( pMark->GetMarkedSdrObj() ); in getMarkedGrid()
588 if ( pFormObject ) in getMarkedGrid()
590 Reference< XServiceInfo > xServInfo( pFormObject->GetUnoControlModel(), UNO_QUERY ); in getMarkedGrid()
592 pFormObject = NULL; in getMarkedGrid()
596 return pFormObject; in getMarkedGrid()
H A Dfmshimp.cxx1169 FmFormObj* pFormObject = NULL; in executeControlConversionSlot() local
1174 pFormObject = FmFormObj::GetFormObject( pCurrent ); in executeControlConversionSlot()
1175 if ( !pFormObject ) in executeControlConversionSlot()
1182 pFormObject = NULL; in executeControlConversionSlot()
1185 if ( !pFormObject ) in executeControlConversionSlot()
1269 pFormObject->SetChanged(); in executeControlConversionSlot()
1270 pFormObject->SetUnoControlModel(xNewModel); in executeControlConversionSlot()
2322 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObject ); in IMPL_LINK() local
2323 …Reference< XControlModel > xControlModel( pFormObject ? pFormObject->GetUnoControlModel() : Refere… in IMPL_LINK()
2446 FmFormObj* pFormObject = FmFormObj::GetFormObject( pCurrent ); in IMPL_LINK() local
[all …]
H A Dnavigatortree.cxx106 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in collectShapeModelMapping() local
107 if ( !pFormObject ) in collectShapeModelMapping()
110 Reference< XInterface > xNormalizedModel( pFormObject->GetUnoControlModel(), UNO_QUERY ); in collectShapeModelMapping()
2212 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj() local
2213 if ( !pFormObject ) in MarkViewObj()
2216 … Reference< XFormComponent > xControlModel( pFormObject->GetUnoControlModel(),UNO_QUERY ); in MarkViewObj()
2279 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj() local
2280 if ( !pFormObject ) in MarkViewObj()
2283 Reference< XInterface > xControlModel( pFormObject->GetUnoControlModel() ); in MarkViewObj()
H A Dfmpage.cxx220 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in RequestHelp() local
221 if ( !pFormObject ) in RequestHelp()
225 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xSet( pFormObject->GetU… in RequestHelp()
H A Dfmvwimp.cxx877 FmFormObj* pFormObject = FmFormObj::GetFormObject( aSdrObjectLoop.Next() ); in lcl_ensureControlsOfFormExist_nothrow() local
878 if ( !pFormObject ) in lcl_ensureControlsOfFormExist_nothrow()
881 Reference< XChild > xModel( pFormObject->GetUnoControlModel(), UNO_QUERY_THROW ); in lcl_ensureControlsOfFormExist_nothrow()
887 pFormObject->GetUnoControl( _rView, _rWindow ); in lcl_ensureControlsOfFormExist_nothrow()

Completed in 74 milliseconds