Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx55 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetOutputSize() ) ) ); in RequestHelp() local
56 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
57 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx1078 Rectangle aLogicPix = mpWindow->LogicToPixel(pObj->GetLogicRect()); in SetHelpText() local
1079 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in SetHelpText()
1080 mpWindow->OutputToScreenPixel(aLogicPix.BottomRight())); in SetHelpText()
H A Dfutext.cxx1307 Rectangle aLogicPix = mpWindow->LogicToPixel(mxTextObj->GetLogicRect()); in RequestHelp() local
1308 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp()
1309 mpWindow->OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx720 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetGraphicSize() ) ) ); in RequestHelp() local
721 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
722 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx484 Rectangle aLogicPix = LogicToPixel(pObj->GetLogicRect()); in RequestHelp() local
485 Rectangle aScreenRect(OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp()
486 OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx441 Rectangle aLogicPix( LogicToPixel( Rectangle( Point(), GetOutputSize() ) ) ); in RequestHelp() local
442 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
443 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()

Completed in 38 milliseconds