Home
last modified time | relevance | path

Searched refs:rRight (Results 1 – 25 of 47) sorted by last modified time

12

/trunk/main/vcl/source/window/
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()
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()
/trunk/main/sc/source/filter/inc/
H A Dxlstring.hxx75 inline bool operator==( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator ==() argument
77 return (rLeft.mnChar == rRight.mnChar) && (rLeft.mnFontIdx == rRight.mnFontIdx); in operator ==()
80 inline bool operator<( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator <() argument
82 …return (rLeft.mnChar < rRight.mnChar) || ((rLeft.mnChar == rRight.mnChar) && (rLeft.mnFontIdx < rR… in operator <()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4324 SwTwips WW8Export::CurrentPageWidth(SwTwips &rLeft, SwTwips &rRight) const in CurrentPageWidth()
4332 rRight = rLR.GetRight(); in CurrentPageWidth()
H A Dwrtw8esh.cxx629 bool WW8Export::MiserableRTLFrmFmtHack(SwTwips &rLeft, SwTwips &rRight, in MiserableRTLFrmFmtHack() argument
636 SwTwips nWidth = rRight - rLeft; in MiserableRTLFrmFmtHack()
661 rRight = rLeft + nWidth; in MiserableRTLFrmFmtHack()
H A Dwrtww8.hxx1107 SwTwips CurrentPageWidth(SwTwips &rLeft, SwTwips &rRight) const;
1110 bool MiserableRTLFrmFmtHack(SwTwips &rLeft, SwTwips &rRight,
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx377 bool operator==( const ApiAlignmentData& rLeft, const ApiAlignmentData& rRight );
443 bool operator==( const ApiProtectionData& rLeft, const ApiProtectionData& rRight );
533 bool operator==( const ApiBorderData& rLeft, const ApiBorderData& rRight );
648 bool operator==( const ApiSolidFillData& rLeft, const ApiSolidFillData& rRight );
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1275 (rLeft.mnRotation == rRight.mnRotation) && in operator ==()
1277 (rLeft.mnIndent == rRight.mnIndent) && in operator ==()
1278 (rLeft.mbWrapText == rRight.mbWrapText) && in operator ==()
1279 (rLeft.mbShrink == rRight.mbShrink); in operator ==()
1554 (rLeft.Color == rRight.Color) && in operator ==()
1584 (rLeft.maBorder == rRight.maBorder) && in operator ==()
1585 (rLeft.maTLtoBR == rRight.maTLtoBR) && in operator ==()
1586 (rLeft.maBLtoTR == rRight.maBLtoTR) && in operator ==()
1588 (rLeft.mbDiagUsed == rRight.mbDiagUsed); in operator ==()
1897 (rLeft.mnColor == rRight.mnColor) && in operator ==()
[all …]
/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 ()()
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 ()()
H A Dpdffontcache.hxx45 bool operator==( const FontIdentifier& rRight ) const in operator ==()
47 return m_nFontId == rRight.m_nFontId && in operator ==()
48 m_nMagic == rRight.m_nMagic && in operator ==()
49 m_bVertical == rRight.m_bVertical; in operator ==()
51 bool operator<( const FontIdentifier& rRight ) const in operator <()
53 return m_nFontId < rRight.m_nFontId || in operator <()
54 m_nMagic < rRight.m_nMagic || in operator <()
55 m_bVertical < rRight.m_bVertical; in operator <()
H A Dfont.cxx958 bool operator<( const WeightSearchEntry& rRight ) const in operator <()
960 …rn rtl_str_compareIgnoreAsciiCase_WithLength( string, string_len, rRight.string, rRight.string_len… in operator <()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx792 bool operator<( const EncEntry& rRight ) const in operator <()
793 { return aEnc < rRight.aEnc; } in operator <()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx37 JobData& JobData::operator=(const JobData& rRight) in operator =() argument
39 m_nCopies = rRight.m_nCopies; in operator =()
42 m_nTopMarginAdjust = rRight.m_nTopMarginAdjust; in operator =()
44 m_nColorDepth = rRight.m_nColorDepth; in operator =()
45 m_eOrientation = rRight.m_eOrientation; in operator =()
46 m_aPrinterName = rRight.m_aPrinterName; in operator =()
47 m_pParser = rRight.m_pParser; in operator =()
48 m_aContext = rRight.m_aContext; in operator =()
49 m_nPSLevel = rRight.m_nPSLevel; in operator =()
50 m_nPDFDevice = rRight.m_nPDFDevice; in operator =()
[all …]
H A Dppdparser.cxx1294 int& rLeft, int& rRight, in getMargins() argument
1327 rRight = (int)(PDWidth - ImURx + 0.5); in getMargins()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx229 if( eItalic != rRight.eItalic ) in operator <()
235 if( eWeight != rRight.eWeight ) in operator <()
241 if( eWidth != rRight.eWidth ) in operator <()
247 if( ePitch != rRight.ePitch ) in operator <()
263 if( aEncoding != rRight.aEncoding ) in operator <()
264 return aEncoding < rRight.aEncoding; in operator <()
295 if( eItalic != rRight.eItalic ) in operator ==()
301 if( eWeight != rRight.eWeight ) in operator ==()
307 if( eWidth != rRight.eWidth ) in operator ==()
313 if( ePitch != rRight.ePitch ) in operator ==()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx311 long& rRight, long& rBottom, const ToolBox *pThis );
H A Dppdparser.hxx239 int &rLeft, int& rRight,
H A Djobdata.hxx68 JobData& operator=(const psp::JobData& rRight);
H A Dfontmanager.hxx364 bool operator<(const XLFDEntry& rRight) const;
365 bool operator==(const XLFDEntry& rRight) const;
/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/unotools/inc/unotools/
H A Dfontcfg.hxx44 …operator==( const com::sun::star::lang::Locale& rLeft, const com::sun::star::lang::Locale& rRight ) in operator ==() argument
47 rLeft.Language.equals( rRight.Language ) && in operator ==()
48 rLeft.Country.equals( rRight.Country ) && in operator ==()
49 rLeft.Variant.equals( rRight.Variant ) in operator ==()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx410 void SvxRubyDialog::SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight) in SetText() argument
430 rRight.Enable(bEnable); in SetText()
432 rRight.SetText(sRight); in SetText()
434 rRight.SaveValue(); in SetText()
821 void lcl_MoveBox(long nOffset, Edit& rLeft, Edit& rRight) in lcl_MoveBox() argument
824 Point aRightPos(rRight.GetPosPixel()); in lcl_MoveBox()
825 Size aRightSz(rRight.GetSizePixel()); in lcl_MoveBox()
830 rRight.SetPosSizePixel(aRightPos, aRightSz); in lcl_MoveBox()
/trunk/main/svx/inc/svx/
H A Drubydialog.hxx145 void SetText(sal_Int32 nPos, Edit& rLeft, Edit& rRight);
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx73 HashedStyle( const HashedStyle& rRight ) : in HashedStyle()
74 Name( rRight.Name ), in HashedStyle()
75 Properties( rRight.Properties ), in HashedStyle()
76 Contents( rRight.Contents ), in HashedStyle()
77 ContainedElement( rRight.ContainedElement ), in HashedStyle()
78 SubStyles( rRight.SubStyles ), in HashedStyle()
79 IsSubStyle( rRight.IsSubStyle ), in HashedStyle()
99 bool operator==(const HashedStyle& rRight) const in operator ==()
101 if( Name != rRight.Name || in operator ==()
102 Properties != rRight.Properties || in operator ==()
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx130 LineColor.Blue == rRight.LineColor.Blue && in operator ==()
132 FillColor.Red == rRight.FillColor.Red && in operator ==()
136 LineJoin == rRight.LineJoin && in operator ==()
137 LineCap == rRight.LineCap && in operator ==()
138 BlendMode == rRight.BlendMode && in operator ==()
139 LineWidth == rRight.LineWidth && in operator ==()
140 Flatness == rRight.Flatness && in operator ==()
141 MiterLimit == rRight.MiterLimit && in operator ==()
142 DashArray == rRight.DashArray && in operator ==()
143 FontId == rRight.FontId && in operator ==()
[all …]

Completed in 255 milliseconds

12