Home
last modified time | relevance | path

Searched refs:rLeft (Results 26 – 46 of 46) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxdec.hxx116 friend CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight );
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.hxx86 const css::uno::Any& rLeft,
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx860 bool operator()( const FontNameAttr& rLeft, const FontNameAttr& rRight ) in operator ()()
861 { return rLeft.Name.CompareTo( rRight.Name ) == COMPARE_LESS ; } in operator ()()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx368 inline bool operator==( const XclExpXti& rLeft, const XclExpXti& rRight ) in operator ==() argument
371 (rLeft.mnSupbook == rRight.mnSupbook) && in operator ==()
372 (rLeft.mnFirstSBTab == rRight.mnFirstSBTab) && in operator ==()
373 (rLeft.mnLastSBTab == rRight.mnLastSBTab); in operator ==()
H A Dxetable.cxx1780 bool operator<( const XclExpDefaultRowData& rLeft, const XclExpDefaultRowData& rRight ) in operator <() argument
1782 return (rLeft.mnHeight < rRight.mnHeight) || in operator <()
1783 ((rLeft.mnHeight == rRight.mnHeight) && (rLeft.mnFlags < rRight.mnFlags)); in operator <()
H A Dxecontent.cxx88 …inline bool operator()( const XclExpHashEntry& rLeft, const XclExpHashEntry& rRight ) const in operator ()()
89 { return *rLeft.mpString < *rRight.mpString; } in operator ()()
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx58 COMPHELPER_DLLPUBLIC sal_Bool compare(const staruno::Any& rLeft, const staruno::Any& rRight);
/trunk/main/svx/inc/svx/
H A Drubydialog.hxx145 void SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight);
/trunk/main/sc/inc/
H A Ddpglobal.hxx194 Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight );
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx239 int &rLeft, int& rRight,
H A Dtoolbox.hxx310 static SAL_DLLPRIVATE void ImplCalcBorder( WindowAlign eAlign, long& rLeft, long& rTop,
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx1107 SwTwips CurrentPageWidth(SwTwips &rLeft, SwTwips &rRight) const;
1110 bool MiserableRTLFrmFmtHack(SwTwips &rLeft, SwTwips &rRight,
H A Dww8atr.cxx4324 SwTwips WW8Export::CurrentPageWidth(SwTwips &rLeft, SwTwips &rRight) const in CurrentPageWidth() argument
4331 rLeft = rLR.GetLeft(); in CurrentPageWidth()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx262 void ToolBox::ImplCalcBorder( WindowAlign eAlign, long& rLeft, long& rTop, in ImplCalcBorder() argument
268 rLeft = rTop = rRight = rBottom = 0; in ImplCalcBorder()
282 rLeft = borderwidth+dragwidth; in ImplCalcBorder()
289 rLeft = borderwidth; in ImplCalcBorder()
296 rLeft = borderwidth+dragwidth; in ImplCalcBorder()
303 rLeft = 0; in ImplCalcBorder()
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx520 const SvxIconChoiceCtrlColumnInfo* GetItemColumn( sal_uInt16 nSubItem, long& rLeft ) const;
H A Dimivctl1.cxx4475 long& rLeft ) const in GetItemColumn()
4477 rLeft = 0; in GetItemColumn()
4487 rLeft += pCol->GetWidth(); in GetItemColumn()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx357 SCsCOL nPosX, SCsROW nPosY, sal_Bool& rLeft, sal_Bool& rTop );
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1294 int& rLeft, int& rRight, in getMargins() argument
1324 rLeft = (int)(ImLLx + 0.5); in getMargins()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1306 void lcl_HorizLine( OutputDevice& rDev, const Point& rLeft, const Point& rRight, in lcl_HorizLine() argument
1309 svx::frame::DrawHorFrameBorder( rDev, rLeft, rRight, rLine, pForceColor ); in lcl_HorizLine()
H A Dviewdata.cxx1904 SCsCOL nPosX, SCsROW nPosY, sal_Bool& rLeft, sal_Bool& rTop ) in GetMouseQuadrant() argument
1913 rLeft = ( rClickPos.X() - aCellStart.X() ) * nLayoutSign <= nSizeX / 2; in GetMouseQuadrant()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6645 bool operator()( const AnnotationSortEntry& rLeft, const AnnotationSortEntry& rRight ) in operator ()()
6647 if( rLeft.nTabOrder < rRight.nTabOrder ) in operator ()()
6649 if( rRight.nTabOrder < rLeft.nTabOrder ) in operator ()()
6651 if( rLeft.nWidgetIndex < 0 && rRight.nWidgetIndex < 0 ) in operator ()()
6655 if( rLeft.nWidgetIndex < 0 ) in operator ()()
6658 if( m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Top() > in operator ()()
6662 m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Top() ) in operator ()()
6664 if( m_rWidgets[ rLeft.nWidgetIndex ].m_aRect.Left() < in operator ()()

Completed in 358 milliseconds

12