Searched refs:FlyCntType (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sw/source/core/unocore/ |
H A D | unocoll.cxx | 771 template<FlyCntType T> struct UnoFrameWrap_traits {}; 797 template<FlyCntType T> 824 template<FlyCntType T> 847 template<FlyCntType T> 880 template<FlyCntType T> 887 template<FlyCntType T> 898 template<FlyCntType T> 904 template<FlyCntType T> 910 template<FlyCntType T> 934 SwXFrames::SwXFrames(SwDoc* _pDoc, FlyCntType eSet) : in SwXFrames() [all …]
|
H A D | unoframe.cxx | 1151 SwXFrame::SwXFrame(FlyCntType eSet, const :: SfxItemPropertySet* pSet, SwDoc *pDoc) : in SwXFrame() 1203 SwXFrame::SwXFrame(SwFrmFmt& rFrmFmt, FlyCntType eSet, const :: SfxItemPropertySet* pSet) : in SwXFrame()
|
H A D | unoobj2.cxx | 1831 const FlyCntType eType = (!pNd->IsNoTxtNode()) ? FLYCNTTYPE_FRM in lcl_CreateNextObject()
|
H A D | unodraw.cxx | 345 FlyCntType eType = FLYCNTTYPE_ALL; in _CreateShape()
|
/trunk/main/sw/inc/ |
H A D | unocoll.hxx | 323 const FlyCntType eType; 327 SwXFrames(SwDoc* pDoc, FlyCntType eSet); 350 FlyCntType GetType()const{return eType;} in GetType() 351 static SwXFrame* GetObject( SwFrmFmt& rFmt, FlyCntType eType );
|
H A D | unoframe.hxx | 70 const FlyCntType eType; 86 SwXFrame(FlyCntType eSet, 89 SwXFrame(SwFrmFmt& rFrmFmt, FlyCntType eSet, 148 FlyCntType GetFlyCntType()const {return eType;} in GetFlyCntType()
|
H A D | fesh.hxx | 392 sal_uInt16 GetFlyCount( FlyCntType eType = FLYCNTTYPE_ALL ) const; 393 const SwFrmFmt* GetFlyNum(sal_uInt16 nIdx, FlyCntType eType = FLYCNTTYPE_ALL) const; 448 sal_Bool GotoFly( const String& rName, FlyCntType eType = FLYCNTTYPE_ALL,
|
H A D | flyenum.hxx | 27 enum FlyCntType enum
|
H A D | doc.hxx | 1351 sal_uInt16 GetFlyCount( FlyCntType eType = FLYCNTTYPE_ALL) const; 1352 SwFrmFmt* GetFlyNum(sal_uInt16 nIdx, FlyCntType eType = FLYCNTTYPE_ALL);
|
/trunk/main/sw/source/core/doc/ |
H A D | docfly.cxx | 75 sal_uInt16 SwDoc::GetFlyCount( FlyCntType eType ) const in GetFlyCount() 117 SwFrmFmt* SwDoc::GetFlyNum( sal_uInt16 nIdx, FlyCntType eType ) in GetFlyNum()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 2401 sal_Bool SwFEShell::GotoFly( const String& rName, FlyCntType eType, sal_Bool bSelFrm ) in GotoFly() 2451 sal_uInt16 SwFEShell::GetFlyCount( FlyCntType eType ) const in GetFlyCount() 2457 const SwFrmFmt* SwFEShell::GetFlyNum(sal_uInt16 nIdx, FlyCntType eType ) const in GetFlyNum()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 267 FlyCntType eType = FLYCNTTYPE_FRM; in Init() 592 FlyCntType eType = FLYCNTTYPE_FRM; in FillMemberList()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 1917 FlyCntType eFlyType = FLYCNTTYPE_ALL; in JumpToSwMark()
|
Completed in 154 milliseconds