Home
last modified time | relevance | path

Searched refs:rL (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sot/source/base/
H A Dexchange.cxx259 List& rL = InitFormats_Impl(); in RegisterFormatName() local
274 rL.Insert( pNewFlavor, LIST_APPEND ); in RegisterFormatName()
294 List& rL = InitFormats_Impl(); in RegisterFormatMimeType() local
309 rL.Insert( pNewFlavor, LIST_APPEND ); in RegisterFormatMimeType()
326 List& rL = InitFormats_Impl(); in RegisterFormat() local
355 List& rL = InitFormats_Impl(); in GetFormatDataFlavor() local
359 if( rL.Count() > nFormat ) in GetFormatDataFlavor()
389 List& rL = InitFormats_Impl(); in GetFormatMimeType() local
393 if( rL.Count() > nFormat ) in GetFormatMimeType()
427 List& rL = InitFormats_Impl(); in GetFormatIdFromMimeType() local
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx52 inline bool operator==( const XclAddress& rL, const XclAddress& rR ) in operator ==() argument
54 return (rL.mnCol == rR.mnCol) && (rL.mnRow == rR.mnRow); in operator ==()
57 inline bool operator<( const XclAddress& rL, const XclAddress& rR ) in operator <() argument
59 return (rL.mnCol < rR.mnCol) || ((rL.mnCol == rR.mnCol) && (rL.mnRow < rR.mnRow)); in operator <()
102 inline bool operator==( const XclRange& rL, const XclRange& rR ) in operator ==() argument
104 return (rL.maFirst == rR.maFirst) && (rL.maLast == rR.maLast); in operator ==()
107 inline bool operator<( const XclRange& rL, const XclRange& rR ) in operator <() argument
109 return (rL.maFirst < rR.maFirst) || ((rL.maFirst == rR.maFirst) && (rL.maLast < rR.maLast)); in operator <()
H A Dxlescher.hxx304 bool operator==( const XclObjId& rL, const XclObjId& rR );
305 bool operator<( const XclObjId& rL, const XclObjId& rR );
H A Dhtmlpars.hxx87 const ScRangeListRef& rL, ScHTMLColOffset* pTO, in ScHTMLTableStackEntry()
93 : xLockedList( rL ), pCellEntry( pE ), in ScHTMLTableStackEntry()
H A Dxlchart.hxx778 bool operator<( const XclChDataPointPos& rL, const XclChDataPointPos& rR );
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx75 inline bool operator==( const BinAddress& rL, const BinAddress& rR ) in operator ==() argument
77 return (rL.mnCol == rR.mnCol) && (rL.mnRow == rR.mnRow); in operator ==()
80 inline bool operator<( const BinAddress& rL, const BinAddress& rR ) in operator <() argument
82 return (rL.mnCol < rR.mnCol) || ((rL.mnCol == rR.mnCol) && (rL.mnRow < rR.mnRow)); in operator <()
140 inline bool operator==( const BinRange& rL, const BinRange& rR ) in operator ==() argument
142 return (rL.maFirst == rR.maFirst) && (rL.maLast == rR.maLast); in operator ==()
145 inline bool operator<( const BinRange& rL, const BinRange& rR ) in operator <() argument
147 return (rL.maFirst < rR.maFirst) || ((rL.maFirst == rR.maFirst) && (rL.maLast < rR.maLast)); in operator <()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx175 bool operator==( const Style& rL, const Style& rR );
176 SVX_DLLPUBLIC bool operator<( const Style& rL, const Style& rR );
178 inline bool operator!=( const Style& rL, const Style& rR ) { return !(rL == rR); } in operator !=() argument
179 inline bool operator>( const Style& rL, const Style& rR ) { return rR < rL; } in operator >() argument
180 inline bool operator<=( const Style& rL, const Style& rR ) { return !(rR < rL); } in operator <=() argument
181 inline bool operator>=( const Style& rL, const Style& rR ) { return !(rL < rR); } in operator >=() argument
/trunk/main/sc/source/ui/view/
H A Dselectionstate.cxx62 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR ) in operator ==() argument
64 bool bEqual = rL.GetSelectionType() == rR.GetSelectionType(); in operator ==()
65 if( bEqual ) switch( rL.GetSelectionType() ) in operator ==()
68 bEqual &= ( rL.GetEditSelection().IsEqual( rR.GetEditSelection() ) != sal_False ); in operator ==()
71 bEqual &= (rL.GetSheetSelection() == rR.GetSheetSelection()) == sal_True; in operator ==()
74 bEqual &= rL.GetCellCursor() == rR.GetCellCursor(); in operator ==()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1312 bool operator==( const Style& rL, const Style& rR ) in operator ==() argument
1314 return (rL.Prim() == rR.Prim()) && (rL.Dist() == rR.Dist()) && (rL.Secn() == rR.Secn()) && in operator ==()
1315 …(rL.GetColor() == rR.GetColor()) && (rL.GetRefMode() == rR.GetRefMode()) && (rL.Dotted() == rR.Dot… in operator ==()
1318 bool operator<( const Style& rL, const Style& rR ) in operator <() argument
1321 sal_uInt16 nLW = rL.GetWidth(); in operator <()
1326 if( (rL.Secn() == 0) != (rR.Secn() == 0) ) return rL.Secn() == 0; in operator <()
1329 if( (rL.Secn() && rR.Secn()) && (rL.Dist() != rR.Dist()) ) return rL.Dist() > rR.Dist(); in operator <()
1332 if( (nLW == 1) && (rL.Dotted() != rR.Dotted()) ) return rL.Dotted(); in operator <()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx60 bool operator==( const XclObjId& rL, const XclObjId& rR ) in operator ==() argument
62 return (rL.mnScTab == rR.mnScTab) && (rL.mnObjId == rR.mnObjId); in operator ==()
65 bool operator<( const XclObjId& rL, const XclObjId& rR ) in operator <() argument
67 return (rL.mnScTab < rR.mnScTab) || ((rL.mnScTab == rR.mnScTab) && (rL.mnObjId < rR.mnObjId)); in operator <()
H A Dxlchart.cxx88 bool operator<( const XclChDataPointPos& rL, const XclChDataPointPos& rR ) in operator <() argument
90 return (rL.mnSeriesIdx < rR.mnSeriesIdx) || in operator <()
91 ((rL.mnSeriesIdx == rR.mnSeriesIdx) && (rL.mnPointIdx < rR.mnPointIdx)); in operator <()
/trunk/main/sc/source/ui/inc/
H A Dselectionstate.hxx69 bool operator==( const ScSelectionState& rL, const ScSelectionState& rR );
70 inline bool operator!=( const ScSelectionState& rL, const ScSelectionState& rR ) { return !(rL == r… in operator !=() argument
/trunk/main/sc/inc/
H A Dlistenercalls.hxx48 ::com::sun::star::util::XModifyListener >& rL, in ScUnoListenerEntry()
50 xListener( rL ), in ScUnoListenerEntry()
H A Ddpglobal.hxx193 String operator + ( const String & rL, const String &rR );
H A Dcellsuno.hxx115 ScLinkListener(const Link& rL) : aLink(rL) {} in ScLinkListener() argument
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx211 static void SetStdAttr( SfxItemSet& rSet, WW8_DP_LINETYPE& rL, in SetStdAttr() argument
214 if( SVBT16ToShort( rL.lnps ) == 5 ){ // unsichtbar in SetStdAttr()
217 Color aCol( WW8TransCol( rL.lnpc ) ); // LinienFarbe in SetStdAttr()
219 rSet.Put( XLineWidthItem( SVBT16ToShort( rL.lnpw ) ) ); in SetStdAttr()
221 if( SVBT16ToShort( rL.lnps ) >= 1 in SetStdAttr()
222 && SVBT16ToShort(rL.lnps ) <= 4 ){ // LinienStil in SetStdAttr()
224 sal_Int16 nLen = SVBT16ToShort( rL.lnpw ); in SetStdAttr()
226 switch( SVBT16ToShort( rL.lnps ) ){ in SetStdAttr()
/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx56 virtual int operator==( const SfxPoolItem& rL) const in operator ==()
57 { return ((SfxRefItem&)rL).aRef == aRef; } in operator ==()
H A Dapp.hxx114 virtual int operator==( const SfxPoolItem& rL) const in operator ==()
115 { return ((SfxLinkItem&)rL).aLink == aLink; } in operator ==()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx116 SvxAutocorrWord( const String& rS, const String& rL, sal_Bool bFlag = sal_True ) in SvxAutocorrWord() argument
117 : sShort( rS ), sLong( rL ), bIsTxtOnly( bFlag ) in SvxAutocorrWord()
/trunk/main/sc/source/core/tool/
H A Dchartlis.cxx60 ScChartUnoData( const uno::Reference< chart::XChartDataChangeEventListener >& rL, in ScChartUnoData() argument
62 xListener( rL ), xSource( rS ) {} in ScChartUnoData()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx674 sal_Int16 getFunc( LocaleData& rLocaleData, const Locale& rL, const char* pName ) in getAllFormats()
676 func = reinterpret_cast<MyFunc_FormatCode>( rLocaleData.getFunctionSymbol( rL, pName)); in getAllFormats()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx196 LinesAndTable( SvPtrarr &rL, const SwTable &rTbl ) : in LinesAndTable()
197 rLines( rL ), rTable( rTbl ), bInsertLines( sal_True ) {} in LinesAndTable()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1597 … const SfxInt16Item& rL = (const SfxInt16Item&) pEditEngine->GetParaAttrib( n, EE_PARA_OUTLLEVEL ); in dragGestureRecognized() local
1598 if ( rL.GetValue() > rLevel.GetValue() ) in dragGestureRecognized()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx679 friend SvStream& operator>>( SvStream& rIn, PPTExtParaLevel& rL );

Completed in 178 milliseconds