Home
last modified time | relevance | path

Searched refs:rRef (Results 126 – 150 of 189) sorted by relevance

12345678

/trunk/main/svx/source/svdraw/
H A Dsvdouno.cxx355 void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize() argument
357 SdrRectObj::NbcResize(rRef,xFact,yFact); in NbcResize()
/trunk/main/canvas/inc/canvas/
H A Dverifyinput.hxx437 const ::com::sun::star::uno::Reference< Interface >& rRef, in verifyInput()
445 if( !rRef.is() ) in verifyInput()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx1031 void DlgEdObj::NbcResize(const Point& rRef, const Fraction& xFract, const Fraction& yFract) in NbcResize() argument
1033 SdrUnoObj::NbcResize( rRef, xFract, yFract ); in NbcResize()
1802 void DlgEdForm::NbcResize(const Point& rRef, const Fraction& xFract, const Fraction& yFract) in NbcResize() argument
1804 SdrUnoObj::NbcResize( rRef, xFract, yFract ); in NbcResize()
/trunk/main/starmath/source/
H A Dmathmlimport.hxx50 SmXMLImportWrapper(com::sun::star::uno::Reference<com::sun::star::frame::XModel> &rRef) in SmXMLImportWrapper() argument
51 : xModel(rRef) {} in SmXMLImportWrapper()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx1502 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
1504 if ((rRef.GetId() == SC_HINT_DATACHANGED)) in Notify()
1554 else if (rRef.GetId() == SC_HINT_ACC_MAKEDRAWLAYER) in Notify()
1558 else if (rRef.GetId() == SC_HINT_ACC_VISAREACHANGED) in Notify()
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx316 const ScComplexRefData& rRef = t->GetDoubleRef(); in MarkUsedExternalReferences() local
317 size_t nSheets = rRef.Ref2.nTab - rRef.Ref1.nTab + 1; in MarkUsedExternalReferences()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx662 void ScDrawTransferObj::SetDrawPersist( const SfxObjectShellRef& rRef ) in SetDrawPersist() argument
664 aDrawPersistRef = rRef; in SetDrawPersist()
H A Dtransobj.cxx524 void ScTransferObj::SetDrawPersist( const SfxObjectShellRef& rRef ) in SetDrawPersist() argument
526 aDrawPersistRef = rRef; in SetDrawPersist()
/trunk/main/sc/source/ui/inc/
H A DIAnyRefDialog.hxx48 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) = 0;
H A Dhighred.hxx112 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dareasdlg.hxx51 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dsolvrdlg.hxx56 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dtabopdlg.hxx57 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dsimpref.hxx94 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dnamedlg.hxx113 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Ddbnamdlg.hxx55 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dcrnrdlg.hxx47 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dconsdlg.hxx57 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Ddrwtrans.hxx91 void SetDrawPersist( const SfxObjectShellRef& rRef );
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx891 void ViewResizePixel( const Window &rRef, in ViewResizePixel() argument
916 rRef.GetSettings().GetStyleSettings().GetScrollBarSize() : 0; in ViewResizePixel()
921 rRef.GetSettings().GetStyleSettings().GetScrollBarSize() : 0; in ViewResizePixel()
H A Dviewfunc.hxx45 void ViewResizePixel( const Window &rRef,
/trunk/main/sd/source/ui/unoidl/
H A Dunowcntr.hxx48 …sal_Bool findRef( ::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface >& rRef,…
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1886 const ScComplexRefData& rRef = (*pRefList)[0]; in ScIntersect() local
1887 if (rRef.Ref1 == rRef.Ref2) in ScIntersect()
1888 PushTempToken( new ScSingleRefToken( rRef.Ref1)); in ScIntersect()
1890 PushTempToken( new ScDoubleRefToken( rRef)); in ScIntersect()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1402 const ScUpdateRefHint& rRef = static_cast< const ScUpdateRefHint& >( rHint ); in Notify() local
1403 if ( aRanges.UpdateReference( rRef.GetMode(), GetDocShell()->GetDocument(), rRef.GetRange(), in Notify()
1404 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ) && in Notify()
/trunk/main/svx/inc/svx/
H A Dsvdouno.hxx88 virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);

Completed in 166 milliseconds

12345678