Home
last modified time | relevance | path

Searched refs:pFlyFrmFmt (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx499 sal_Bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrmFmt **pFlyFrmFmt ) in InsertOleObject() argument
580 if (pFlyFrmFmt) in InsertOleObject()
581 *pFlyFrmFmt = pFmt; in InsertOleObject()
880 const SwFlyFrmFmt *pFlyFrmFmt = dynamic_cast< const SwFlyFrmFmt * >( GetFlyFrmFmt() ); in CalcAndSetScale() local
881 ASSERT( pFlyFrmFmt, "Could not find fly frame." ); in CalcAndSetScale()
882 if ( pFlyFrmFmt ) in CalcAndSetScale()
884 const Point &rPoint = pFlyFrmFmt->GetLastFlyFrmPrtRectPos(); in CalcAndSetScale()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1735 SwFrmFmt *pFlyFrmFmt = FindFlyFrmFmt(); in SetWidths() local
1736 if( pFlyFrmFmt ) in SetWidths()
1747 pFlyFrmFmt->SetFmtAttr( aFlyFrmSize ); in SetWidths()
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx188 SwFlyFrmFmt *pFlyFrmFmt = 0; in SwInsertChart() local
189 …False ).InsertChart( xDataProvider, (sal_True == xDataProvider.is()), aRangeString, &pFlyFrmFmt )); in SwInsertChart()
237 if (pFlyFrmFmt) in SwInsertChart()
238 aSwRect = pFlyFrmFmt->GetAnchoredObj()->GetObjRectWithSpaces(); in SwInsertChart()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx340 sal_Bool InsertOleObject( const svt::EmbeddedObjectRef& xObj, SwFlyFrmFmt **pFlyFrmFmt = 0 );
/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/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 Dfeshview.cxx503 SwFlyFrmFmt* pFlyFrmFmt( dynamic_cast<SwFlyFrmFmt*>(&rFmt) ); in MoveAnchor() local
504 if ( pFlyFrmFmt ) in MoveAnchor()
507 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in MoveAnchor()
H A Dfefly1.cxx606 SwFlyFrmFmt* pFlyFrmFmt( dynamic_cast<SwFlyFrmFmt*>(&rFmt) ); in FindAnchorPos() local
607 if ( pFlyFrmFmt ) in FindAnchorPos()
610 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in FindAnchorPos()
1555 SwFlyFrmFmt *pFlyFrmFmt = pFly->GetFmt(); in RequestObjectResize() local
1556 ASSERT( pFlyFrmFmt, "fly frame format missing!" ); in RequestObjectResize()
1557 if ( pFlyFrmFmt ) in RequestObjectResize()
1558pFlyFrmFmt->SetLastFlyFrmPrtRectPos( pFly->Prt().Pos() ); //stores the value of last Prt rect in RequestObjectResize()
2253 const SwFlyFrmFmt *pFlyFrmFmt = pFly->GetFmt(); in AlignFormulaToBaseline() local
2254 ASSERT( pFlyFrmFmt, "fly frame format missing!" ); in AlignFormulaToBaseline()
2255 if ( pFlyFrmFmt ) in AlignFormulaToBaseline()
[all …]
/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()

Completed in 85 milliseconds