Home
last modified time | relevance | path

Searched refs:rRight (Results 26 – 47 of 47) sorted by relevance

12

/aoo4110/main/vcl/inc/vcl/
H A Djobdata.hxx68 JobData& operator=(const psp::JobData& rRight);
H A Dppdparser.hxx239 int &rLeft, int& rRight,
H A Dtoolbox.hxx311 long& rRight, long& rBottom, const ToolBox *pThis );
/aoo4110/main/basic/source/sbx/
H A Dsbxdec.hxx116 friend CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight );
/aoo4110/main/vcl/source/window/
H A Dsplitwin.cxx130 long& rRight, long& rBottom ) in DECLARE_LIST()
136 rRight = 2; in DECLARE_LIST()
145 rRight = 2; in DECLARE_LIST()
152 rRight = 0; in DECLARE_LIST()
159 rRight = 2; in DECLARE_LIST()
166 rRight = 2; in DECLARE_LIST()
H A Dtoolbox.cxx263 long& rRight, long& rBottom, const ToolBox *pThis ) in ImplCalcBorder() argument
268 rLeft = rTop = rRight = rBottom = 0; in ImplCalcBorder()
284 rRight = borderwidth; in ImplCalcBorder()
291 rRight = 0; in ImplCalcBorder()
298 rRight = borderwidth; in ImplCalcBorder()
305 rRight = borderwidth; in ImplCalcBorder()
/aoo4110/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 ()()
/aoo4110/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx792 bool operator<( const EncEntry& rRight ) const in operator <()
793 { return aEnc < rRight.aEnc; } in operator <()
/aoo4110/main/comphelper/inc/comphelper/
H A Dtypes.hxx58 COMPHELPER_DLLPUBLIC sal_Bool compare(const staruno::Any& rLeft, const staruno::Any& rRight);
/aoo4110/main/svx/inc/svx/
H A Drubydialog.hxx145 void SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight);
/aoo4110/main/sc/inc/
H A Ddpglobal.hxx194 Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight );
/aoo4110/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 ()()
/aoo4110/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 Dwrtw8esh.cxx640 bool WW8Export::MiserableRTLFrmFmtHack(SwTwips &rLeft, SwTwips &rRight, in MiserableRTLFrmFmtHack() argument
647 SwTwips nWidth = rRight - rLeft; in MiserableRTLFrmFmtHack()
672 rRight = rLeft + nWidth; in MiserableRTLFrmFmtHack()
H A Dww8atr.cxx4324 SwTwips WW8Export::CurrentPageWidth(SwTwips &rLeft, SwTwips &rRight) const in CurrentPageWidth()
4332 rRight = rLR.GetRight(); in CurrentPageWidth()
/aoo4110/main/oox/source/dump/
H A Ddumperbase.cxx1351 bool CombiList::ExtItemFormatKey::operator<( const ExtItemFormatKey& rRight ) const in operator <()
1353 return (mnKey < rRight.mnKey) || ((mnKey == rRight.mnKey) && (maFilter < rRight.maFilter)); in operator <()
/aoo4110/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1294 int& rLeft, int& rRight, in getMargins() argument
1327 rRight = (int)(PDWidth - ImURx + 0.5); in getMargins()
/aoo4110/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()
/aoo4110/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 ()()
6653 if( rRight.nWidgetIndex < 0 ) in operator ()()
6659 m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Top() ) in operator ()()
6661 if( m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Top() > in operator ()()
6665 m_rWidgets[ rRight.nWidgetIndex ].m_aRect.Left() ) in operator ()()
/aoo4110/main/oox/inc/oox/dump/
H A Ddumperbase.hxx817 bool operator<( const ExtItemFormatKey& rRight ) const;

Completed in 305 milliseconds

12