Home
last modified time | relevance | path

Searched refs:FmFormObj (Results 1 – 22 of 22) sorted by relevance

/aoo42x/main/svx/source/form/
H A Dfmobj.cxx68 DBG_NAME(FmFormObj);
70 FmFormObj::FmFormObj(const ::rtl::OUString& rModelName,sal_Int32 _nType) in FmFormObj() function in FmFormObj
76 DBG_CTOR(FmFormObj, NULL); in FmFormObj()
84 FmFormObj::FmFormObj( sal_Int32 _nType ) in FmFormObj() function in FmFormObj
94 FmFormObj::~FmFormObj() in ~FmFormObj()
356 void FmFormObj::clonedFrom(const FmFormObj* _pSource) in clonedFrom()
390 FmFormObj* pFormObject = PTR_CAST(FmFormObj, pReturn); in Clone()
410 FmFormObj* pFormObj = PTR_CAST(FmFormObj, &rObj); in operator =()
619 FmFormObj* FmFormObj::GetFormObject( SdrObject* _pSdrObject ) in GetFormObject()
621 FmFormObj* pFormObject = dynamic_cast< FmFormObj* >( _pSdrObject ); in GetFormObject()
[all …]
H A Dfmpgeimp.cxx198 FmFormObj* pForeignObj = dynamic_cast< FmFormObj* >( aForeignIter.Next() ); in initFrom()
199 FmFormObj* pOwnObj = dynamic_cast< FmFormObj* >( aOwnIter.Next() ); in initFrom()
247 … static void lcl_insertFormObject_throw( const FmFormObj& _object, const Reference< XMap >& _map ) in lcl_insertFormObject_throw()
255 …Reference< XControlShape > xControlShape( const_cast< FmFormObj& >( _object ).getUnoShape(), UNO_Q… in lcl_insertFormObject_throw()
263 …static void lcl_removeFormObject_throw( const FmFormObj& _object, const Reference< XMap >& _map, b… in lcl_removeFormObject_throw()
279 …( aOldAssignment == makeAny( Reference< XControlShape >( const_cast< FmFormObj& >( _object ).getUn… in lcl_removeFormObject_throw()
302 FmFormObj* pCurrent = FmFormObj::GetFormObject( aPageIter.Next() ); in impl_createControlShapeMap_nothrow()
697 void FmFormPageImpl::formModelAssigned( const FmFormObj& _object ) in formModelAssigned()
716 void FmFormPageImpl::formObjectInserted( const FmFormObj& _object ) in formObjectInserted()
734 void FmFormPageImpl::formObjectRemoved( const FmFormObj& _object ) in formObjectRemoved()
H A Dfmobjfac.cxx132 void lcl_initProperty( FmFormObj* _pObject, const ::rtl::OUString& _rPropName, const Any& _rValue ) in lcl_initProperty()
252 pObjFactory->pNewObj = new FmFormObj( sServiceSpecifier, pObjFactory->nIdentifier ); in IMPL_LINK()
254 pObjFactory->pNewObj = new FmFormObj( pObjFactory->nIdentifier ); in IMPL_LINK()
263 static_cast< FmFormObj* >( pObjFactory->pNewObj ), in IMPL_LINK()
H A Dnavigatortreemodel.cxx774 const FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in InsertSdrObj()
802 const FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in RemoveSdrObj()
840 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObject ); in InsertFormComponent()
1100 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in Search()
H A Dfmview.cxx176 FmFormObj* pObj = getMarkedGrid(); in MarkListHasChanged()
517 FmFormObj* pObj = getMarkedGrid(); in KeyInput()
578 FmFormObj* FmFormView::getMarkedGrid() const in getMarkedGrid()
580 FmFormObj* pFormObject = NULL; in getMarkedGrid()
587 pFormObject = FmFormObj::GetFormObject( pMark->GetMarkedSdrObj() ); in getMarkedGrid()
H A Dfmundo.cxx360 FmFormObj* pFormObj = PTR_CAST(FmFormObj, pObj); in Inserted()
408 void FmXUndoEnvironment::Inserted(FmFormObj* pObj) in Inserted()
476 FmFormObj* pFormObj = PTR_CAST(FmFormObj, pObj); in Removed()
488 void FmXUndoEnvironment::Removed(FmFormObj* pObj) in Removed()
H A Dnavigatortree.cxx106 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in collectShapeModelMapping()
2212 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj()
2279 FmFormObj* pFormObject = FmFormObj::GetFormObject( pSdrObject ); in MarkViewObj()
H A Dfmpage.cxx220 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in RequestHelp()
H A Dfmshimp.cxx306 FmFormObj* pAsFormObject = FmFormObj::GetFormObject( pCurrent ); in collectInterfacesFromMarkList()
1169 FmFormObj* pFormObject = NULL; in executeControlConversionSlot()
1174 pFormObject = FmFormObj::GetFormObject( pCurrent ); in executeControlConversionSlot()
2322 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObject ); in IMPL_LINK()
2446 FmFormObj* pFormObject = FmFormObj::GetFormObject( pCurrent ); in IMPL_LINK()
2920 …ll::impl_getControl( const Reference< XControlModel >& i_rxModel, const FmFormObj& i_rKnownFormObj… in impl_getControl()
H A Dfmvwimp.cxx877 FmFormObj* pFormObject = FmFormObj::GetFormObject( aSdrObjectLoop.Next() ); in lcl_ensureControlsOfFormExist_nothrow()
995 void FmXFormView::onCreatedFormObject( FmFormObj& _rFormObject ) in onCreatedFormObject()
1455FmFormObj *pControl = static_cast<FmFormObj*>(SdrObjFactory::MakeNewObject( FmFormInventor, nObjID… in implCreateXFormsControl()
H A Dfmdmod.cxx45 SdrObject* pObj = new FmFormObj(OBJ_FM_CONTROL); in createInstance()
H A Dfmdpage.cxx97 return new FmFormObj( OBJ_FM_CONTROL ); in _CreateSdrObject()
/aoo42x/main/svx/source/inc/
H A Dfmobj.hxx36 class FmFormObj: public SdrUnoObj class
58 SVX_DLLPUBLIC FmFormObj(const ::rtl::OUString& rModelName,sal_Int32 _nType);
59 SVX_DLLPUBLIC FmFormObj(sal_Int32 _nType);
77 virtual ~FmFormObj();
90 virtual void clonedFrom(const FmFormObj* _pSource);
100 static FmFormObj* GetFormObject( SdrObject* _pSdrObject );
101 static const FmFormObj* GetFormObject( const SdrObject* _pSdrObject );
H A Dfmpgeimp.hxx44 class FmFormObj;
133 void formObjectInserted( const FmFormObj& _object );
134 void formObjectRemoved( const FmFormObj& _object );
135 void formModelAssigned( const FmFormObj& _object );
H A Dfmundo.hxx51 class FmFormObj;
220 void Inserted(FmFormObj* pObj);
221 void Removed(FmFormObj* pObj);
H A Dfmvwimp.hxx57 class FmFormObj;
159 FmFormObj* m_pMarkedGrid;
239 void onCreatedFormObject( FmFormObj& _rFormObject );
H A Dfmshimp.hxx162 class FmFormObj;
352 const FmFormObj& i_rKnownFormObj
/aoo42x/main/svx/inc/svx/
H A Dfmview.hxx37 class FmFormObj;
156 SVX_DLLPRIVATE FmFormObj* getMarkedGrid() const;
H A Dfmpage.hxx43 friend class FmFormObj;
/aoo42x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrobj.cxx128 const bool bIsFormControl = dynamic_cast< const FmFormObj * >( &rObject ) != 0; in isPrimitiveVisible()
/aoo42x/main/svx/source/svdraw/
H A Dsvdcrtv.cxx665 if(pObj->ISA(FmFormObj)) in EndCreateObj()
H A Dsvdxcgv.cxx401 if(pNeuObj->ISA(FmFormObj)) in Paste()

Completed in 127 milliseconds