Home
last modified time | relevance | path

Searched refs:rRef (Results 101 – 125 of 189) sorted by relevance

12345678

/trunk/main/sc/source/core/data/
H A Dcell.cxx855 ScSingleRefData& rRef = p->GetSingleRef(); in GetFormula() local
856 rRef.CalcAbsIfRel( aPos ); in GetFormula()
857 if ( rRef.Valid() ) in GetFormula()
858 pCell = pDocument->GetCell( ScAddress( rRef.nCol, in GetFormula()
859 rRef.nRow, rRef.nTab ) ); in GetFormula()
/trunk/main/sd/source/ui/inc/
H A Dsdxfer.hxx55 …d SetDocShell( const SfxObjectShellRef& rRef ) { maDocShellRef = rRef; } in SetDocShell() argument
/trunk/main/starmath/source/
H A Dmathmlexport.hxx52 SmXMLExportWrapper(com::sun::star::uno::Reference<com::sun::star::frame::XModel> &rRef) in SmXMLExportWrapper() argument
53 : xModel(rRef), bFlat(sal_True) {} in SmXMLExportWrapper()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx100 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
101 sal_uLong nId = rRef.GetId(); in Notify()
108 else if (rRef.GetId() == SC_HINT_ACC_VISAREACHANGED) in Notify()
H A DAccessiblePageHeaderArea.cxx107 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
109 if (rRef.GetId() == SC_HINT_ACC_VISAREACHANGED) in Notify()
H A DAccessiblePreviewCell.cxx92 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
93 if (rRef.GetId() == SC_HINT_ACC_VISAREACHANGED) in Notify()
H A DAccessiblePreviewHeaderCell.cxx102 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
103 sal_uLong nId = rRef.GetId(); in Notify()
H A DAccessibleContextBase.cxx152 const SfxSimpleHint& rRef = (const SfxSimpleHint&)rHint; in Notify() local
153 if (rRef.GetId() == SFX_HINT_DYING) in Notify()
/trunk/main/svx/inc/svx/
H A Dobj3d.hxx160 virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
184 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
H A Dsvdoedge.hxx274 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
276 virtual void NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear);
/trunk/main/sc/source/ui/inc/
H A Dfiltdlg.hxx96 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
207 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
H A Dvalidate.hxx121 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc ) in SetReference() argument
124 (m_pHandler->*m_pSetReferenceHdl)( rRef, pDoc ); in SetReference()
/trunk/main/basctl/source/inc/
H A Ddlgedobj.hxx66 virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
158 virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2364 void SdrPathObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize() argument
2366 basegfx::B2DHomMatrix aTrans(basegfx::tools::createTranslateB2DHomMatrix(-rRef.X(), -rRef.Y())); in NbcResize()
2368 double(xFact), double(yFact), rRef.X(), rRef.Y()) * aTrans; in NbcResize()
2372 SdrTextObj::NbcResize(rRef,xFact,yFact); in NbcResize()
2375 void SdrPathObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
2378 …const basegfx::B2DHomMatrix aTrans(basegfx::tools::createRotateAroundPoint(rRef.X(), rRef.Y(), -nW… in NbcRotate()
2382 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
H A Dsvdoashp.cxx1846 void SdrObjCustomShape::Resize( const Point& rRef, const Fraction& xFact, const Fraction& yFact ) in Resize() argument
1848 SdrTextObj::Resize( rRef, xFact, yFact ); in Resize()
1851 void SdrObjCustomShape::NbcResize( const Point& rRef, const Fraction& rxFact, const Fraction& ryFac… in NbcResize() argument
1860 SdrTextObj::NbcResize( rRef, xFact, yFact ); in NbcResize()
1902 void SdrObjCustomShape::NbcRotate( const Point& rRef, long nWink, double sn, double cs ) in NbcRotate() argument
1943 SdrTextObj::NbcRotate( rRef, nWink, sn, cs ); // applying text rotation in NbcRotate()
1994 void SdrObjCustomShape::Shear( const Point& rRef, long nWink, double tn, FASTBOOL bVShear ) in Shear() argument
1996 SdrTextObj::Shear( rRef, nWink, tn, bVShear ); in Shear()
1999 void SdrObjCustomShape::NbcShear( const Point& rRef, long nWink, double tn, FASTBOOL bVShear ) in NbcShear() argument
2002 SdrTextObj::NbcShear(rRef,nWink,tn,bVShear); in NbcShear()
H A Dsvdocirc.cxx819 void SdrCircObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize() argument
823 SdrTextObj::NbcResize(rRef,xFact,yFact); in NbcResize()
871 void SdrCircObj::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear() argument
873 SdrTextObj::NbcShear(rRef,nWink,tn,bVShear); in NbcShear()
H A Dsvdocapt.cxx622 void SdrCaptionObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in NbcResize() argument
624 SdrRectObj::NbcResize(rRef,xFact,yFact); in NbcResize()
625 ResizePoly(aTailPoly,rRef,xFact,yFact); in NbcResize()
/trunk/main/sc/inc/
H A Drefdata.hxx209 ScComplexRefData& Extend( const ScSingleRefData & rRef, const ScAddress & rPos );
210 ScComplexRefData& Extend( const ScComplexRefData & rRef, const ScAddress & rPos );
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2812 void ScInputHandler::SetReference( const ScRange& rRef, ScDocument* pDoc ) in SetReference() argument
2869 DBG_ASSERT(rRef.aStart.Tab()==rRef.aEnd.Tab(), "nStartTab!=nEndTab"); in SetReference()
2872 rRef.Format( aTmp, SCA_VALID|SCA_TAB_3D, pDoc, aAddrDetails ); // immer 3d in SetReference()
2886 if ( ( rRef.aStart.Tab() != aCursorPos.Tab() || in SetReference()
2887 rRef.aStart.Tab() != rRef.aEnd.Tab() ) && pDoc ) in SetReference()
2888 rRef.Format( aRefStr, SCA_VALID|SCA_TAB_3D, pDoc, aAddrDetails ); in SetReference()
2890 rRef.Format( aRefStr, SCA_VALID, pDoc, aAddrDetails ); in SetReference()
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx222 sal_Bool FindRel( const String& rRef, sal_uInt16& rIndex );
223 sal_Bool FindAbs( const String& rRef, sal_uInt16& rIndex );
H A Dtokstack.hxx211 … StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef );
212 … StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRef );
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx103 ONDXPagePtr(const ONDXPagePtr& rRef);
106 ONDXPagePtr& operator=(const ONDXPagePtr& rRef);
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx411 void ScFilterDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference() argument
415 if ( rRef.aStart != rRef.aEnd ) in SetReference()
418 rRef.aStart.Format( aRefStr, SCA_ABS_3D, pDocP, pDocP->GetAddressConvention() ); in SetReference()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx316 void ValidateRef( const ScSingleRefData & rRef );
317 void ValidateRef( const ScComplexRefData & rRef );
319 void SingleRefToVars( const ScSingleRefData & rRef, SCCOL & rCol, SCROW & rRow, SCTAB & rTab );
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1516 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify() local
1523 if ( aRanges.UpdateReference( rRef.GetMode(), pDoc, rRef.GetRange(), in Notify()
1524 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ) ) in Notify()
1526 if (rRef.GetMode() == URM_INSDEL && in Notify()
9200 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify() local
9201 aRanges.UpdateReference( rRef.GetMode(), pDocShell->GetDocument(), rRef.GetRange(), in Notify()
9202 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ); in Notify()
9322 aRanges.UpdateReference( rRef.GetMode(), pDocShell->GetDocument(), rRef.GetRange(), in Notify()
9323 rRef.GetDx(), rRef.GetDy(), rRef.GetDz() ); in Notify()
9332 aNew.UpdateReference( rRef.GetMode(), pDocShell->GetDocument(), rRef.GetRange(), in Notify()
[all …]

Completed in 366 milliseconds

12345678