Home
last modified time | relevance | path

Searched refs:rLocation (Results 1 – 22 of 22) sorted by relevance

/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx374 const OUString & rImplName, const OUString & rLocation ) in loadComponent() argument
378 sal_Int32 nDot = rLocation.lastIndexOf( '.' ); in loadComponent()
379 if (nDot > 0 && nDot < rLocation.getLength()) in loadComponent()
383 OUString aExt( rLocation.copy( nDot +1 ) ); in loadComponent()
403 buf.append( rLocation ); in loadComponent()
412 rImplName, OUString(), rLocation, Reference< XRegistryKey >() ) ); in loadComponent()
439 buf.append( rLocation ); in loadComponent()
450 buf.append( rLocation ); in loadComponent()
483 const OUString & rImplName, const OUString & rLocation, in OInstanceProvider() argument
489 , _aLocation( rLocation ) in OInstanceProvider()
/trunk/main/vcl/source/window/
H A Ddndevdis.cxx359 const Point& rLocation, const sal_Int8 nSourceActions, const Sequence< DataFlavor >& aFlavorList in fireDragEnterEvent() argument
378 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragEnterEvent()
395 const Point& rLocation, const sal_Int8 nSourceActions in fireDragOverEvent() argument
411 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDragOverEvent()
455 const Point& rLocation, const sal_Int8 nSourceActions in fireDropActionChangedEvent() argument
471 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropActionChangedEvent()
487 … Reference< XDropTargetDropContext >& xContext, const sal_Int8 nDropAction, const Point& rLocation, in fireDropEvent() argument
508 Point relLoc = pWindow->ImplFrameToOutput( rLocation ); in fireDropEvent()
/trunk/main/vcl/inc/
H A Ddndevdis.hxx52 const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction,
56 …const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction ) throw(::com::su…
61 …const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction ) throw(::com::su…
64 const sal_Int8 nDropAction, const Point& rLocation, const sal_Int8 nSourceAction,
/trunk/main/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx206 const awt::Point& rLocation, in PaintBitmap() argument
230 aRenderState.AffineTransform = geometry::AffineMatrix2D(1,0, rLocation.X, 0,1,rLocation.Y); in PaintBitmap()
H A DPresenterSprite.cxx165 void PresenterSprite::MoveTo (const css::geometry::RealPoint2D& rLocation) in MoveTo() argument
167 maLocation = rLocation; in MoveTo()
H A DPresenterButton.cxx197 void PresenterButton::SetCenter (const css::geometry::RealPoint2D& rLocation) in SetCenter() argument
203 maCenter = rLocation; in SetCenter()
216 maCenter = rLocation; in SetCenter()
H A DPresenterPaneAnimator.cxx256 const geometry::RealPoint2D& rLocation);
1382 const geometry::RealPoint2D& rLocation) in SpritePaneMove() argument
1394 pSprite->MoveTo(rLocation); in SpritePaneMove()
H A DPresenterSprite.hxx68 void MoveTo (const css::geometry::RealPoint2D& rLocation);
H A DPresenterCanvasHelper.hxx97 const css::awt::Point& rLocation,
H A DPresenterButton.hxx77 void SetCenter (const css::geometry::RealPoint2D& rLocation);
H A DPresenterToolBar.cxx161 virtual void SetLocation (const awt::Point& rLocation);
1421 void Element::SetLocation (const awt::Point& rLocation) in SetLocation() argument
1423 maLocation = rLocation; in SetLocation()
H A DPresenterTextView.cxx243 void PresenterTextView::SetLocation (const css::geometry::RealPoint2D& rLocation) in SetLocation() argument
245 maLocation = rLocation; in SetLocation()
H A DPresenterTextView.hxx258 void SetLocation (const css::geometry::RealPoint2D& rLocation);
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx992 const geometry::RealPoint2D& rLocation, in UpdateSpriteClip() argument
1009 const double nMinX (-rLocation.X); in UpdateSpriteClip()
1010 const double nMinY (-rLocation.Y); in UpdateSpriteClip()
1011 const double nMaxX (aWindowBox.Width-rLocation.X); in UpdateSpriteClip()
1012 const double nMaxY (aWindowBox.Height-rLocation.Y); in UpdateSpriteClip()
H A DPresenterCanvas.hxx146 const css::geometry::RealPoint2D& rLocation,
/trunk/main/sc/source/ui/view/
H A Dpfuncache.cxx144 bool ScPrintFuncCache::FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const in FindLocation()
151 rLocation = *aIter; in FindLocation()
/trunk/main/cui/source/inc/
H A Dinsdlg.hxx150 …void SetClassLocation( const String &rLocation ) { aEdClasslocation.SetText(rLocati… in SetClassLocation() argument
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx333 void InsertionIndicatorOverlay::SetLocation (const Point& rLocation) in SetLocation() argument
336 rLocation - Point( in SetLocation()
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx111 bool FindLocation( const ScAddress& rCell, ScPrintPageLocation& rLocation ) const;
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1144 rtl::OUString &rLocation = aLocations[i]; in GetDictionaryEntry() local
1145 if (!lcl_GetFileUrlFromOrigin( rLocation, rLocation, xMacroExpander )) in GetDictionaryEntry()
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx197 virtual SvLBoxEntry* GetDropTarget (const Point& rLocation);
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1688 SvLBoxEntry* SdPageObjsTLB::GetDropTarget (const Point& rLocation) in GetDropTarget() argument
1690 SvLBoxEntry* pEntry = SvTreeListBox::GetDropTarget(rLocation); in GetDropTarget()

Completed in 118 milliseconds