Home
last modified time | relevance | path

Searched refs:pFlyFrmFmt (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/access/
H A Dacctextframe.cxx69 const SwFlyFrmFmt* pFlyFrmFmt = in SwAccessibleTextFrame() local
71 msTitle = pFlyFrmFmt->GetObjTitle(); in SwAccessibleTextFrame()
73 msDesc = pFlyFrmFmt->GetObjDescription(); in SwAccessibleTextFrame()
119 const SwFlyFrmFmt* pFlyFrmFmt = in Modify() local
121 if ( pFlyFrmFmt->GetObjDescription().Len() != 0 ) in Modify()
133 const SwFlyFrmFmt* pFlyFrmFmt = in Modify() local
135 const String& rDesc = pFlyFrmFmt->GetObjDescription(); in Modify()
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx182 SwFlyFrmFmt *pFlyFrmFmt = 0; in SwInsertChart() local
183 …False ).InsertChart( xDataProvider, (sal_True == xDataProvider.is()), aRangeString, &pFlyFrmFmt )); in SwInsertChart()
231 if (pFlyFrmFmt) in SwInsertChart()
232 aSwRect = pFlyFrmFmt->GetAnchoredObj()->GetObjRectWithSpaces(); in SwInsertChart()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx974 const SwFrmFmt *pFlyFrmFmt, in OutHTML_SwTblNode() argument
992 if( pFlyFrmFmt ) in OutHTML_SwTblNode()
994 eSurround = pFlyFrmFmt->GetSurround().GetSurround(); in OutHTML_SwTblNode()
995 const SwFmtFrmSize& rFrmSize = pFlyFrmFmt->GetFrmSize(); in OutHTML_SwTblNode()
999 eFlyHoriOri = pFlyFrmFmt->GetHoriOrient().GetHoriOrient(); in OutHTML_SwTblNode()
1003 const SvxLRSpaceItem& rLRSpace = pFlyFrmFmt->GetLRSpace(); in OutHTML_SwTblNode()
1006 const SvxULSpaceItem& rULSpace = pFlyFrmFmt->GetULSpace(); in OutHTML_SwTblNode()
1116 if( !pFlyFrmFmt && nNewDefListLvl != rHTMLWrt.nDefListLvl ) in OutHTML_SwTblNode()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx604 SwFlyFrmFmt* pFlyFrmFmt( dynamic_cast<SwFlyFrmFmt*>(&rFmt) ); in FindAnchorPos() local
605 if ( pFlyFrmFmt ) in FindAnchorPos()
608 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in FindAnchorPos()
1553 SwFlyFrmFmt *pFlyFrmFmt = pFly->GetFmt(); in RequestObjectResize() local
1554 ASSERT( pFlyFrmFmt, "fly frame format missing!" ); in RequestObjectResize()
1555 if ( pFlyFrmFmt ) in RequestObjectResize()
1556pFlyFrmFmt->SetLastFlyFrmPrtRectPos( pFly->Prt().Pos() ); //stores the value of last Prt rect in RequestObjectResize()
2251 const SwFlyFrmFmt *pFlyFrmFmt = pFly->GetFmt(); in AlignFormulaToBaseline() local
2252 ASSERT( pFlyFrmFmt, "fly frame format missing!" ); in AlignFormulaToBaseline()
2253 if ( pFlyFrmFmt ) in AlignFormulaToBaseline()
[all …]
H A Dfeshview.cxx503 SwFlyFrmFmt* pFlyFrmFmt( dynamic_cast<SwFlyFrmFmt*>(&rFmt) ); in MoveAnchor() local
504 if ( pFlyFrmFmt ) in MoveAnchor()
507 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in MoveAnchor()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx497 sal_Bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrmFmt **pFlyFrmFmt ) in InsertOleObject() argument
578 if (pFlyFrmFmt) in InsertOleObject()
579 *pFlyFrmFmt = pFmt; in InsertOleObject()
878 const SwFlyFrmFmt *pFlyFrmFmt = dynamic_cast< const SwFlyFrmFmt * >( GetFlyFrmFmt() ); in CalcAndSetScale() local
879 ASSERT( pFlyFrmFmt, "Could not find fly frame." ); in CalcAndSetScale()
880 if ( pFlyFrmFmt ) in CalcAndSetScale()
882 const Point &rPoint = pFlyFrmFmt->GetLastFlyFrmPrtRectPos(); in CalcAndSetScale()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3460 const SwFlyFrmFmt* pFlyFrmFmt, in ExportPICT() argument
3476 if( pFlyFrmFmt ) in ExportPICT()
3478 String sDescription = pFlyFrmFmt->GetObjDescription(); in ExportPICT()
3483 String sName = pFlyFrmFmt->GetObjTitle(); in ExportPICT()
3590 void RtfAttributeOutput::FlyFrameOLE( const SwFlyFrmFmt* pFlyFrmFmt, SwOLENode& rOLENode, const Siz… in FlyFrameOLE() argument
3626 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameOLE()
3630 void RtfAttributeOutput::FlyFrameGraphic( const SwFlyFrmFmt* pFlyFrmFmt, const SwGrfNode& rGrfNode,… in FlyFrameGraphic() argument
3717 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()
3728 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()
3742 …ExportPICT( m_aRunText, pFlyFrmFmt, aSize, aRendered, aMapped, rCr, pBLIPType, pGraphicAry, nSize,… in FlyFrameGraphic()
H A Drtfattributeoutput.hxx461 …void FlyFrameGraphic( const SwFlyFrmFmt* pFlyFrmFmt, const SwGrfNode& rGrfNode, const Size& rSize …
462 void FlyFrameOLE( const SwFlyFrmFmt* pFlyFrmFmt, SwOLENode& rOLENode, const Size& rSize );
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1732 SwFrmFmt *pFlyFrmFmt = FindFlyFrmFmt(); in SetWidths() local
1733 if( pFlyFrmFmt ) in SetWidths()
1744 pFlyFrmFmt->SetFmtAttr( aFlyFrmSize ); in SetWidths()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx339 sal_Bool InsertOleObject( const svt::EmbeddedObjectRef& xObj, SwFlyFrmFmt **pFlyFrmFmt = 0 );