Searched refs:FLYCNTTYPE_FRM (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/core/unocore/ |
H A D | unocoll.cxx | 774 struct UnoFrameWrap_traits<FLYCNTTYPE_FRM> 813 case FLYCNTTYPE_FRM: in lcl_UnoWrapFrame() 814 return lcl_UnoWrapFrame<FLYCNTTYPE_FRM>(pFmt); in lcl_UnoWrapFrame() 949 case FLYCNTTYPE_FRM: in createEnumeration() 951 new SwXFrameEnumeration<FLYCNTTYPE_FRM>(GetDoc())); in createEnumeration() 1047 case FLYCNTTYPE_FRM: in getElementType() 1072 case FLYCNTTYPE_FRM: in GetObject() 1105 SwXFrames(_pDoc, FLYCNTTYPE_FRM) in SwXTextFrames()
|
H A D | unoframe.cxx | 1175 case FLYCNTTYPE_FRM: in SwXFrame() 1263 case FLYCNTTYPE_FRM: in getPropertySetInfo() 1665 sal_uInt16 nCount = pDoc->GetFlyCount(FLYCNTTYPE_FRM); in setPropertyValue() 1670 SwFrmFmt* pFmt2 = pDoc->GetFlyNum(i, FLYCNTTYPE_FRM); in setPropertyValue() 2767 if( eType == FLYCNTTYPE_FRM) in attachToRange() 3097 SwXFrame(FLYCNTTYPE_FRM, aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_FRAME), _pDoc ) in SwXTextFrame() 3103 SwXFrame(rFmt, FLYCNTTYPE_FRM, aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_FRAME)) in SwXTextFrame()
|
H A D | unocrsrhelper.cxx | 420 … uno::Reference< XTextFrame > xFrm = (SwXTextFrame*) SwXFrames::GetObject(*pFmt, FLYCNTTYPE_FRM); in getCrsrPropertyValue()
|
H A D | unoobj2.cxx | 1831 const FlyCntType eType = (!pNd->IsNoTxtNode()) ? FLYCNTTYPE_FRM in lcl_CreateNextObject()
|
H A D | unodraw.cxx | 356 eType = FLYCNTTYPE_FRM; in _CreateShape()
|
/trunk/main/sw/inc/ |
H A D | flyenum.hxx | 30 FLYCNTTYPE_FRM, enumerator
|
/trunk/main/sw/source/core/doc/ |
H A D | docfly.cxx | 93 case FLYCNTTYPE_FRM: in GetFlyCount() 135 case FLYCNTTYPE_FRM: in GetFlyNum()
|
/trunk/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 91 sal_uInt16 nCount = rSh.GetFlyCount(FLYCNTTYPE_FRM); in lcl_GetFrmFmtByName() 94 const SwFrmFmt* pFmt = rSh.GetFlyNum(i, FLYCNTTYPE_FRM); in lcl_GetFrmFmtByName()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 774 if(pWrtShell->GotoFly( pFmt->GetName(), FLYCNTTYPE_FRM )) in Execute() 1930 eFlyType = FLYCNTTYPE_FRM; in JumpToSwMark() 1969 if( FLYCNTTYPE_FRM == eFlyType ) in JumpToSwMark()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 2034 sal_uInt16 nCnt = pDoc->GetFlyCount(FLYCNTTYPE_FRM); in GetConnectableFrmFmts() 2043 const SwFrmFmt & rFmt1 = *(pDoc->GetFlyNum(n, FLYCNTTYPE_FRM)); in GetConnectableFrmFmts()
|
/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/core/layout/ |
H A D | atrfrm.cxx | 1606 … uno::Reference<container::XNamed> xNamed = SwXFrames::GetObject( *pFmt, FLYCNTTYPE_FRM ); in QueryValue()
|
Completed in 165 milliseconds