Home
last modified time | relevance | path

Searched refs:aTitlePos (Results 1 – 6 of 6) sorted by path

/trunk/main/cui/source/options/
H A Dtreeopt.cxx1334 Point aTitlePos(aPageTitleFT.GetPosPixel()); in IMPL_LINK() local
1340 if(aTitlePos.X() <= (aImgPos.X() + aImgSize.Width() + nCtrlDist)) in IMPL_LINK()
1342 nXDiff = aImgPos.X() + aImgSize.Width() + nCtrlDist - aTitlePos.X(); in IMPL_LINK()
1351 aTitlePos.X() += nXDiff; in IMPL_LINK()
1352 aPageTitleFT.SetPosPixel(aTitlePos); in IMPL_LINK()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx326 ::Point aTitlePos( lcl_MovePoint( aTitleFT ) ); in BibGeneralPage()
328 aTitleSize.Width() = aYearPos.X() + aControlSize.Width() - aTitlePos.X(); in BibGeneralPage()
329 …AddControlWithError( lcl_GetColumnName(pMapping, TITLE_POS), aTitlePos, aTitleSize, sTableErrorStr… in BibGeneralPage()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx227 Point aTitlePos( m_aLinePos.X(), m_aLinePos.Y() + 8 ); in impl_layoutComponents() local
233 aTitlePos.X() += aIndent.Width(); in impl_layoutComponents()
236 m_aFtTitle.SetPosSizePixel( aTitlePos, aTitleSize ); in impl_layoutComponents()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1202 ::com::sun::star::awt::Point aTitlePos( in ConvertTitlePosition()
1207 aTitlePos.X += static_cast< sal_Int32 >( fSin * aTitleSize.Height + 0.5 ); in ConvertTitlePosition()
1210 aTitlePos.Y += static_cast< sal_Int32 >( fSin * aTitleSize.Width + 0.5 ); in ConvertTitlePosition()
1212 xTitleShape->setPosition( aTitlePos ); in ConvertTitlePosition()
/trunk/main/sd/source/core/
H A Dsdpage.cxx881 Point aTitlePos ( nLftBorder, nUppBorder ); in CreateDefaultPresObj() local
921 Point aTitlePos ( GetLftBorder(), GetUppBorder() ); in CreateDefaultPresObj() local
986 Point aTitlePos ( GetLftBorder(), GetUppBorder() ); in GetTitleRect() local
993 aTitlePos.X() += long( aTitleSize.Width() * 0.05 ); in GetTitleRect()
994 aTitlePos.Y() += long( aTitleSize.Height() * 0.0399 ); in GetTitleRect()
1000 Point aPos = aTitlePos; in GetTitleRect()
1037 aTitlePos = aPos; in GetTitleRect()
1041 aTitleRect.SetPos(aTitlePos); in GetTitleRect()
1199 Point aTitlePos( aTitleRect.TopLeft() ); in CalcAutoLayoutRectangles() local
1345 rRectangle[0].SetPos( aTitlePos); in CalcAutoLayoutRectangles()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx272 Point aTitlePos(aPagePos); in ImpXMLAutoLayoutInfo() local
278 Point aPos = aTitlePos; in ImpXMLAutoLayoutInfo()
295 aTitlePos = aPos; in ImpXMLAutoLayoutInfo()
303 aTitlePos.X() + long( aTitleSize.Width() * 0.0735 ), in ImpXMLAutoLayoutInfo()
304 aTitlePos.Y() + long( aTitleSize.Height() * 0.083 )); in ImpXMLAutoLayoutInfo()
318 aTitlePos.Y() = aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
324 aTitlePos.X() += long( aTitleSize.Width() * 0.0735 ); in ImpXMLAutoLayoutInfo()
325 aTitlePos.Y() += long( aTitleSize.Height() * 0.083 ); in ImpXMLAutoLayoutInfo()
330 maTitleRect.SetPos(aTitlePos); in ImpXMLAutoLayoutInfo()
368 aTitlePos.X() + long( aTitleSize.Width() * 0.0735 ), in ImpXMLAutoLayoutInfo()
[all …]

Completed in 89 milliseconds