/aoo42x/main/svx/source/form/ |
H A D | fmobj.cxx | 68 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 D | fmpgeimp.cxx | 198 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 D | fmobjfac.cxx | 132 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 D | navigatortreemodel.cxx | 774 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 D | fmview.cxx | 176 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 D | fmundo.cxx | 360 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 D | navigatortree.cxx | 106 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 D | fmpage.cxx | 220 FmFormObj* pFormObject = FmFormObj::GetFormObject( pObj ); in RequestHelp()
|
H A D | fmshimp.cxx | 306 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 D | fmvwimp.cxx | 877 FmFormObj* pFormObject = FmFormObj::GetFormObject( aSdrObjectLoop.Next() ); in lcl_ensureControlsOfFormExist_nothrow() 995 void FmXFormView::onCreatedFormObject( FmFormObj& _rFormObject ) in onCreatedFormObject() 1455 …FmFormObj *pControl = static_cast<FmFormObj*>(SdrObjFactory::MakeNewObject( FmFormInventor, nObjID… in implCreateXFormsControl()
|
H A D | fmdmod.cxx | 45 SdrObject* pObj = new FmFormObj(OBJ_FM_CONTROL); in createInstance()
|
H A D | fmdpage.cxx | 97 return new FmFormObj( OBJ_FM_CONTROL ); in _CreateSdrObject()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmobj.hxx | 36 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 D | fmpgeimp.hxx | 44 class FmFormObj; 133 void formObjectInserted( const FmFormObj& _object ); 134 void formObjectRemoved( const FmFormObj& _object ); 135 void formModelAssigned( const FmFormObj& _object );
|
H A D | fmundo.hxx | 51 class FmFormObj; 220 void Inserted(FmFormObj* pObj); 221 void Removed(FmFormObj* pObj);
|
H A D | fmvwimp.hxx | 57 class FmFormObj; 159 FmFormObj* m_pMarkedGrid; 239 void onCreatedFormObject( FmFormObj& _rFormObject );
|
H A D | fmshimp.hxx | 162 class FmFormObj; 352 const FmFormObj& i_rKnownFormObj
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmview.hxx | 37 class FmFormObj; 156 SVX_DLLPRIVATE FmFormObj* getMarkedGrid() const;
|
H A D | fmpage.hxx | 43 friend class FmFormObj;
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrobj.cxx | 128 const bool bIsFormControl = dynamic_cast< const FmFormObj * >( &rObject ) != 0; in isPrimitiveVisible()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdcrtv.cxx | 665 if(pObj->ISA(FmFormObj)) in EndCreateObj()
|
H A D | svdxcgv.cxx | 401 if(pNeuObj->ISA(FmFormObj)) in Paste()
|