Home
last modified time | relevance | path

Searched refs:maLocation (Results 1 – 22 of 22) sorted by last modified time

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx83 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 DSlsLayouter.cxx1466 maLocation(0,0), in InsertPosition()
1485 maLocation = rInsertPosition.maLocation; in operator =()
1541 maLocation = aLocation; in SetGeometricalPosition()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx97 Point maLocation; member in sd::slidesorter::view::InsertionIndicatorOverlay
H A DSlsLayouter.hxx269 Point GetLocation (void) const { return maLocation; } in GetLocation()
283 Point maLocation; member in sd::slidesorter::view::InsertPosition
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx212 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()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx395 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo()
405 pInfo->maLocation = getPdfDir( rInfo ); in GetPrinterQueueInfo()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx461 pInfo->maLocation = rInfo.m_aLocation; in GetPrinterQueueInfo()
471 pInfo->maLocation = getPdfDir( rInfo ); in GetPrinterQueueInfo()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx249 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx200 pInfo->maLocation = ::rtl::OStringToOUString (aName, gsl_getSystemTextEncoding()); in GetPrinterQueueInfo()
214 pInfo->maPrinterName += pInfo->maLocation; in GetPrinterQueueInfo()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx101 XubString maLocation; member in QueueInfo
113 const XubString& GetLocation() const { return maLocation; } in GetLocation()
/trunk/main/vcl/inc/
H A Dsalprn.hxx47 XubString maLocation; member
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.hxx292 css::geometry::RealPoint2D maLocation; member in sdext::presenter::PresenterTextView
H A DPresenterToolBar.cxx194 awt::Point maLocation; member in sdext::presenter::__anonc0e9a9f80211::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 DPresenterTextView.cxx80 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 DPresenterSprite.cxx44 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 DPresenterSprite.hxx83 css::geometry::RealPoint2D maLocation; member in sdext::presenter::PresenterSprite
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNode.java44 maLocation = aLocation; in Node()
74 maLocation = aLocation; in SetLocation()
82 return maLocation; in GetLocation()
169 private Location maLocation; field in Node
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java50 maLocation = aLocation; in FiniteAutomaton()
105 maLocation); in CreateDFA()
152 return maLocation; in GetLocation()
168 private final Location maLocation; field in FiniteAutomaton
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx550 aModel.maLocation = rAttribs.getXString( XML_location, OUString() ); in importHyperlink()
676 rStrm >> aModel.maLocation >> aModel.maTooltip >> aModel.maDisplay; in importHyperlink()
H A Dworksheethelper.cxx988 if( rHyperlink.maLocation.getLength() > 0 ) in getHyperlinkUrl()
989 aUrlBuffer.append( sal_Unicode( '#' ) ).append( rHyperlink.maLocation ); in getHyperlinkUrl()
/trunk/main/oox/source/ole/
H A Dolehelper.cxx301 orHlinkInfo.maLocation = lclReadStdHlinkString( rInStrm, true ); in importStdHlink()
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx77 ::rtl::OUString maLocation;

Completed in 112 milliseconds