Home
last modified time | relevance | path

Searched defs:rPair (Results 1 – 25 of 91) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/o3tl/qa/
H A Dtest-lru_map.cxx257 lru.remove_if([] (IntMapPair const& rPair) { in testRemoveIf()
271 lru.remove_if([] (IntMapPair const& rPair) { return (0 == rPair.first % 2); }); in testRemoveIf()
279 for (auto &rPair : lru) in testRemoveIf() local
286 lru.remove_if([] (IntMapPair const& rPair) { return (rPair.first == 5); }); in testRemoveIf()
290 lru.remove_if([] (IntMapPair const& rPair) { return (rPair.first == 7); }); in testRemoveIf()
305 for (auto &rPair : lru) in testNoAutoCleanup() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/o3tl/qa/
H A Dtest-lru_map.cxx260 lru.remove_if([](IntMapPair const& rPair) { in testRemoveIf()
274 lru.remove_if([](IntMapPair const& rPair) { return (0 == rPair.first % 2); }); in testRemoveIf()
282 for (auto& rPair : lru) in testRemoveIf() local
289 lru.remove_if([](IntMapPair const& rPair) { return (rPair.first == 5); }); in testRemoveIf()
293 lru.remove_if([](IntMapPair const& rPair) { return (rPair.first == 7); }); in testRemoveIf()
308 for (auto& rPair : lru) in testNoAutoCleanup() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx307 bool lcl_isSignatureType(const beans::StringPair& rPair) in lcl_isSignatureType()
311 bool lcl_isSignatureOriginType(const beans::StringPair& rPair) in lcl_isSignatureOriginType()
336 …tor it = std::find_if(aRelation.begin(), aRelation.end(), [](const beans::StringPair& rPair) { ret… in ReadAndVerifySignatureStorage()
508 …if (std::none_of(rDefaults.begin(), rDefaults.end(), [](const beans::StringPair& rPair) { return r… in ExportSignatureContentTypes()
511 …if (std::none_of(rDefaults.begin(), rDefaults.end(), [](const beans::StringPair& rPair) { return r… in ExportSignatureContentTypes()
519 { in ExportSignatureContentTypes()
H A Ddocumentsignaturehelper.cxx316 it = std::find_if(rDefaults.begin(), rDefaults.end(), [&](const beans::StringPair& rPair) in AppendContentTypes()
317 { in AppendContentTypes()
H A Dooxmlsecexporter.cxx250 for (const beans::StringPair& rPair : rPairs) in writeRelationshipTransform() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/o3tl/
H A Dlru_map.hxx81 void insert(key_value_pair_t& rPair) in insert()
103 void insert(key_value_pair_t&& rPair) in insert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/o3tl/
H A Dlru_map.hxx90 void insert(key_value_pair_t& rPair) in insert()
112 void insert(key_value_pair_t&& rPair) in insert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx312 bool lcl_isSignatureType(const beans::StringPair& rPair) in lcl_isSignatureType()
316 bool lcl_isSignatureOriginType(const beans::StringPair& rPair) in lcl_isSignatureOriginType()
341 …tor it = std::find_if(aRelation.begin(), aRelation.end(), [](const beans::StringPair& rPair) { ret… in ReadAndVerifySignatureStorage()
515 …if (std::none_of(rDefaults.begin(), rDefaults.end(), [](const beans::StringPair& rPair) { return r… in ExportSignatureContentTypes()
518 …if (std::none_of(rDefaults.begin(), rDefaults.end(), [](const beans::StringPair& rPair) { return r… in ExportSignatureContentTypes()
526 { in ExportSignatureContentTypes()
H A Ddocumentsignaturehelper.cxx322 it = std::find_if(rDefaults.begin(), rDefaults.end(), [&](const beans::StringPair& rPair) in AppendContentTypes()
323 { in AppendContentTypes()
H A Dooxmlsecexporter.cxx276 for (const beans::StringPair& rPair : rPairs) in writeRelationshipTransform() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/cmptools/
H A Dhash.cxx61 for( auto const & rPair : maInt2EntryMap ) in GetNearString() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/cmptools/
H A Dhash.cxx61 for( auto const & rPair : maInt2EntryMap ) in GetNearString() local
/dports/java/bouncycastle15/crypto-169/tls/src/test/java/org/bouncycastle/jsse/provider/test/
H A DKeyManagerFactoryTest.java183 KeyPair rPair = TestUtils.generateECKeyPair(); in getEcKeyStore() local
214 KeyPair rPair = TestUtils.generateRSAKeyPair(); in getRsaKeyStore() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfobjectcopier.cxx106 for (auto const& rPair : rObject.GetDictionaryItems()) in copyExternalResource() local
231 for (const auto& rPair : aRet) in copyExternalResources() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx104 for (const beans::StringPair& rPair : rSeq) in lcl_getTarget() local
267 for (const beans::StringPair &rPair : rSeq) in lcl_getTarget() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx101 for (const beans::StringPair& rPair : rSeq) in lcl_getTarget() local
269 for (const beans::StringPair &rPair : rSeq) in lcl_getTarget() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/xml/
H A Dofopxmlhelper.cxx122 …uto it2 = std::find_if(rDefaults.begin(), rDefaults.end(), [&aName](const beans::StringPair& rPair) in GetContentTypeByName()
123 … { return rPair.First == aName; }); in GetContentTypeByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/xml/
H A Dofopxmlhelper.cxx119 …uto it2 = std::find_if(rDefaults.begin(), rDefaults.end(), [&aName](const beans::StringPair& rPair) in GetContentTypeByName()
120 … { return rPair.First == aName; }); in GetContentTypeByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunosrch.cxx86 for(auto const & rPair : maValues) in GetProperties() local
150 for(auto const & rPair : maValues) in FillItemSet() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dundraw.cxx426 for (const std::pair< SwDrawFrameFormat*, SdrObject* > & rPair : m_aDrawFormatsAndObjs) in UndoImpl() local
445 for (const std::pair< SwDrawFrameFormat*, SdrObject* > & rPair : m_aDrawFormatsAndObjs) in RedoImpl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dundraw.cxx442 for (const std::pair< SwDrawFrameFormat*, SdrObject* > & rPair : aDrawFormatsAndObjs) in UndoImpl() local
461 for (const std::pair< SwDrawFrameFormat*, SdrObject* > & rPair : aDrawFormatsAndObjs) in RedoImpl() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Dexecutor.cxx28 for (const auto& rPair : aTree) in jsonToStringMap() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx1084 for (const auto& rPair : rPresPointShapeMap) in HasCustomText() local
1099 for (const auto& rPair : itPresToData->second) in HasCustomText() local
1883 for (const auto& rPair : aNodeName->second) in setupShape() local
1889 for (const auto& rPair : aNodeName->second) in setupShape() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpstory.cxx472 …[&rStyleName, &nPos](const NamePosPair& rPair) { return rPair.first == rStyleName && rPair.second … in IsBullStyleUsedBefore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpstory.cxx471 …[&rStyleName, &nPos](const NamePosPair& rPair) { return rPair.first == rStyleName && rPair.second … in IsBullStyleUsedBefore()

1234