Home
last modified time | relevance | path

Searched refs:rInfo1 (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/
H A Dresourcehelper.cxx37 std::u16string_view rInfo1) in getResource() argument
39 return getResource(pResourceId, rInfo1, {}, {}); in getResource()
43 std::u16string_view rInfo1, in getResource() argument
46 return getResource(pResourceId, rInfo1, rInfo2, {}); in getResource()
50 std::u16string_view rInfo1, in getResource() argument
57 OUString sString = sResource.replaceAll( "$1", rInfo1 ); in getResource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/
H A Dresourcehelper.cxx37 const OUString& rInfo1) in getResource() argument
39 return getResource(pResourceId, rInfo1, OUString(), OUString()); in getResource()
43 const OUString& rInfo1, in getResource() argument
46 return getResource(pResourceId, rInfo1, rInfo2, OUString()); in getResource()
50 const OUString& rInfo1, in getResource() argument
57 OUString sString = sResource.replaceAll( "$1", rInfo1 ); in getResource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.hxx245 friend bool operator<( const SwHTMLFormatInfo& rInfo1, in operator <() argument
248 …return reinterpret_cast<sal_IntPtr>(rInfo1.pFormat) < reinterpret_cast<sal_IntPtr>(rInfo2.pFormat); in operator <()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.hxx243 friend bool operator<( const SwHTMLFormatInfo& rInfo1, in operator <() argument
246 …return reinterpret_cast<sal_IntPtr>(rInfo1.pFormat) < reinterpret_cast<sal_IntPtr>(rInfo2.pFormat); in operator <()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DPieChart.cxx1122 PieLabelInfo& rInfo1( *aIt1 ); in rearrangeLabelToAvoidOverlapIfRequested() local
1124 rInfo1.pNext = &rInfo2; in rearrangeLabelToAvoidOverlapIfRequested()
1125 rInfo2.pPrevious = &rInfo1; in rearrangeLabelToAvoidOverlapIfRequested()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DPieChart.cxx1264 PieLabelInfo& rInfo1( *aIt1 ); in rearrangeLabelToAvoidOverlapIfRequested() local
1266 rInfo1.pNext = &rInfo2; in rearrangeLabelToAvoidOverlapIfRequested()
1267 rInfo2.pPrevious = &rInfo1; in rearrangeLabelToAvoidOverlapIfRequested()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable3.cxx1572 ScSortInfo& rInfo1 = pArray->Get( nSort, nIndex1 ); in Compare() local
1576 rInfo1.maCell, static_cast<SCCOL>(aSortParam.maKeyState[nSort].nField), rInfo1.nOrg, in Compare()
1580 rInfo1.maCell, static_cast<SCCOL>(rInfo1.nOrg), aSortParam.maKeyState[nSort].nField, in Compare()
1585 ScSortInfo& rInfo1 = pArray->Get( 0, nIndex1 ); in Compare() local
1587 if( rInfo1.nOrg < rInfo2.nOrg ) in Compare()
1589 else if( rInfo1.nOrg > rInfo2.nOrg ) in Compare()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable3.cxx1668 ScSortInfo& rInfo1 = pArray->Get( nSort, nIndex1 ); in Compare() local
1672 rInfo1.maCell, static_cast<SCCOL>(aSortParam.maKeyState[nSort].nField), rInfo1.nOrg, in Compare()
1676 rInfo1.maCell, static_cast<SCCOL>(rInfo1.nOrg), aSortParam.maKeyState[nSort].nField, in Compare()
1681 ScSortInfo& rInfo1 = pArray->Get( 0, nIndex1 ); in Compare() local
1683 if( rInfo1.nOrg < rInfo2.nOrg ) in Compare()
1685 else if( rInfo1.nOrg > rInfo2.nOrg ) in Compare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptgdlg.cxx597 static bool DisplayNameCompareLessThan(const vcl::IconThemeInfo& rInfo1, const vcl::IconThemeInfo& … in DisplayNameCompareLessThan() argument
599 return rInfo1.GetDisplayName().compareTo(rInfo2.GetDisplayName()) < 0; in DisplayNameCompareLessThan()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptgdlg.cxx526 static bool DisplayNameCompareLessThan(const vcl::IconThemeInfo& rInfo1, const vcl::IconThemeInfo& … in DisplayNameCompareLessThan() argument
528 return rInfo1.GetDisplayName().compareTo(rInfo2.GetDisplayName()) < 0; in DisplayNameCompareLessThan()