/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 80 maLocation(0,0), in PresenterTextView() 125 maLocation(0,0), in PresenterTextView() 245 maLocation = rLocation; in SetLocation() 254 maLocation.X - mnLeftOffset, in SetLocation() 255 maLocation.Y - mnTopOffset); in SetLocation() 314 SetLocation(maLocation); in SetOffset() 423 double nX (maLocation.X - mnLeftOffset); in Paint() 424 double nY (maLocation.Y - mnTopOffset); in Paint() 426 PresenterGeometryHelper::Round(maLocation.X)-nAdditionalLeftBorder, rUpdateBox.X)); in Paint() 428 PresenterGeometryHelper::Round(maLocation.Y), rUpdateBox.Y)); in Paint() [all …]
|
H A D | PresenterSprite.cxx | 44 maLocation(0,0), in PresenterSprite() 167 maLocation = rLocation; in MoveTo() 170 maLocation, in MoveTo() 187 return maLocation; in GetLocation() 249 mxSprite->move(maLocation, in ProvideSprite()
|
H A D | PresenterToolBar.cxx | 194 awt::Point maLocation; member in sdext::presenter::__anon19d47ae00211::Element 1343 maLocation(), in Element() 1407 return awt::Rectangle(maLocation.X,maLocation.Y, maSize.Width, maSize.Height); in GetBoundingBox() 1423 maLocation = rLocation; in SetLocation() 1501 if (rBox.X >= maLocation.X+maSize.Width) in IsOutside() 1503 else if (rBox.Y >= maLocation.Y+maSize.Height) in IsOutside() 1505 else if (maLocation.X >= rBox.X+rBox.Width) in IsOutside() 1507 else if (maLocation.Y >= rBox.Y+rBox.Height) in IsOutside() 1810 const sal_Int32 nX (maLocation.X in PaintIcon() 1812 const sal_Int32 nY (maLocation.Y in PaintIcon()
|
H A D | PresenterSprite.hxx | 83 css::geometry::RealPoint2D maLocation; member in sdext::presenter::PresenterSprite
|
H A D | PresenterTextView.hxx | 292 css::geometry::RealPoint2D maLocation; member in sdext::presenter::PresenterTextView
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertionIndicatorOverlay.cxx | 83 maLocation(), in InsertionIndicatorOverlay() 339 if (maLocation != aTopLeft) in SetLocation() 343 maLocation = aTopLeft; in SetLocation() 365 rDevice.DrawImage(maLocation, maIcon); in Paint() 432 return Rectangle(maLocation, maIcon.GetSizePixel()); in GetBoundingBox()
|
H A D | SlsLayouter.cxx | 1466 maLocation(0,0), in InsertPosition() 1485 maLocation = rInsertPosition.maLocation; in operator =() 1541 maLocation = aLocation; in SetGeometricalPosition()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print.cxx | 249 maLocation( rInfo.maLocation ), in QueueInfo() 269 maLocation == rInfo.maLocation && in operator ==() 283 rOStream.WriteByteString( rInfo.maLocation, RTL_TEXTENCODING_UTF8 ); in operator <<() 299 rIStream.ReadByteString( rInfo.maLocation, RTL_TEXTENCODING_UTF8 ); in operator >>() 426 pInfo->mpQueueInfo->maLocation = pInfo->mpSalQueueInfo->maLocation; in GetQueueInfo()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 269 Point GetLocation (void) const { return maLocation; } in GetLocation() 283 Point maLocation; member in sd::slidesorter::view::InsertPosition
|
H A D | SlsInsertionIndicatorOverlay.hxx | 97 Point maLocation; member in sd::slidesorter::view::InsertionIndicatorOverlay
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 212 pInfo->maLocation = ImplSalGetUniString( pGetInfo2->pLocation ); in getPrinterQueueInfoOldStyle() 214 pInfo->maLocation = aPortName; in getPrinterQueueInfoOldStyle() 297 pInfo->maLocation = aPortName; in getPrinterQueueInfoOldStyle() 370 pInfo->maLocation = ImplSalGetUniString( pGetInfo2->pLocation ); in getPrinterQueueStateOldStyle() 372 pInfo->maLocation = aPortName; in getPrinterQueueStateOldStyle() 417 … pInfo->maLocation = String( reinterpret_cast< const sal_Unicode* >(pWinInfo2->pLocation) ); in GetPrinterQueueState() 419 pInfo->maLocation = aPortName; in GetPrinterQueueState()
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | olehelper.hxx | 77 ::rtl::OUString maLocation;
|
/aoo41x/main/vcl/inc/ |
H A D | salprn.hxx | 47 XubString maLocation; member
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | print.hxx | 101 XubString maLocation; member in QueueInfo 113 const XubString& GetLocation() const { return maLocation; } in GetLocation()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 395 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo() 405 pInfo->maLocation = getPdfDir( rInfo ); in GetPrinterQueueInfo()
|
/aoo41x/main/oox/source/ole/ |
H A D | olehelper.cxx | 301 orHlinkInfo.maLocation = lclReadStdHlinkString( rInStrm, true ); in importStdHlink()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 461 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo() 471 pInfo->maLocation = getPdfDir( rInfo ); in GetPrinterQueueInfo()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 200 pInfo->maLocation = ::rtl::OStringToOUString (aName, gsl_getSystemTextEncoding()); in GetPrinterQueueInfo() 214 pInfo->maPrinterName += pInfo->maLocation; in GetPrinterQueueInfo()
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 550 aModel.maLocation = rAttribs.getXString( XML_location, OUString() ); in importHyperlink() 676 rStrm >> aModel.maLocation >> aModel.maTooltip >> aModel.maDisplay; in importHyperlink()
|
H A D | worksheethelper.cxx | 988 if( rHyperlink.maLocation.getLength() > 0 ) in getHyperlinkUrl() 989 aUrlBuffer.append( sal_Unicode( '#' ) ).append( rHyperlink.maLocation ); in getHyperlinkUrl()
|