Searched refs:SetGlobalCharStretching (Results 1 – 8 of 8) sorted by relevance
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 655 void Outliner::SetGlobalCharStretching( sal_uInt16 nX, sal_uInt16 nY ) in SetGlobalCharStretching() function in Outliner 658 pEditEngine->SetGlobalCharStretching( nX, nY ); in SetGlobalCharStretching()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdoutl.cxx | 75 SetGlobalCharStretching(100,100); in SetTextObj()
|
H A D | svdotext.cxx | 1108 rOutliner.SetGlobalCharStretching((sal_uInt16)nX,(sal_uInt16)nY); in ImpSetCharStretching() 1375 rOutl.SetGlobalCharStretching(100,100); in ImpInitDrawOutliner()
|
H A D | svdotextdecomposition.cxx | 990 …rOutliner.SetGlobalCharStretching((sal_Int16)FRound(fScaleX * 100.0), (sal_Int16)FRound(fScaleY * … in impDecomposeStretchTextPrimitive()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 341 void SetGlobalCharStretching( sal_uInt16 nX = 100, sal_uInt16 nY = 100 );
|
H A D | outliner.hxx | 1040 void SetGlobalCharStretching( sal_uInt16 nX = 100, sal_uInt16 nY = 100 );
|
/trunk/main/svx/workben/ |
H A D | edittest.cxx | 1598 pEditEngine->SetGlobalCharStretching( nX, nY ); in KeyInput()
|
/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 2248 void EditEngine::SetGlobalCharStretching( sal_uInt16 nX, sal_uInt16 nY ) in SetGlobalCharStretching() function in EditEngine
|
Completed in 72 milliseconds