Home
last modified time | relevance | path

Searched refs:rIds (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxwindows.cxx345 PushPropertyIds( rIds, in ImplGetPropertyIds()
627 PushPropertyIds( rIds, in ImplGetPropertyIds()
757 PushPropertyIds( rIds, in ImplGetPropertyIds()
1063 PushPropertyIds( rIds, in ImplGetPropertyIds()
1352 PushPropertyIds( rIds, in ImplGetPropertyIds()
1492 PushPropertyIds( rIds, in ImplGetPropertyIds()
2462 PushPropertyIds( rIds, in ImplGetPropertyIds()
2721 PushPropertyIds( rIds, in ImplGetPropertyIds()
3078 PushPropertyIds( rIds, in ImplGetPropertyIds()
3106 PushPropertyIds( rIds, in ImplGetPropertyIds()
[all …]
H A Dvclxtopwindow.cxx216 void VCLXTopWindow::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
218 VCLXContainer::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
H A Dvclxtabpagecontainer.cxx41 void VCLXTabPageContainer::GetPropertyIds( std::vector< sal_uInt16 > &rIds ) in GetPropertyIds() argument
43 VCLXWindow::ImplGetPropertyIds( rIds ); in GetPropertyIds()
H A Dvclxwindow.cxx1299 void VCLXWindow::PushPropertyIds( std::vector< sal_uInt16 > &rIds, in PushPropertyIds() argument
1307 rIds.push_back( static_cast<sal_uInt16>(nId) ); in PushPropertyIds()
1312 void VCLXWindow::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds, bool bWithDefaults ) in ImplGetPropertyIds() argument
1316 PushPropertyIds( rIds, in ImplGetPropertyIds()
1334 if( std::find(rIds.begin(), rIds.end(), BASEPROPERTY_FONTDESCRIPTOR) != rIds.end() ) in ImplGetPropertyIds()
1340 rIds.push_back( BASEPROPERTY_TEXTCOLOR ); in ImplGetPropertyIds()
1341 rIds.push_back( BASEPROPERTY_TEXTLINECOLOR ); in ImplGetPropertyIds()
1342 rIds.push_back( BASEPROPERTY_FONTRELIEF ); in ImplGetPropertyIds()
1343 rIds.push_back( BASEPROPERTY_FONTEMPHASISMARK ); in ImplGetPropertyIds()
H A Dvclxcontainer.cxx34 void VCLXContainer::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
36 VCLXWindow::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxwindows.cxx341 PushPropertyIds( rIds, in ImplGetPropertyIds()
624 PushPropertyIds( rIds, in ImplGetPropertyIds()
755 PushPropertyIds( rIds, in ImplGetPropertyIds()
1062 PushPropertyIds( rIds, in ImplGetPropertyIds()
1352 PushPropertyIds( rIds, in ImplGetPropertyIds()
1493 PushPropertyIds( rIds, in ImplGetPropertyIds()
2458 PushPropertyIds( rIds, in ImplGetPropertyIds()
2720 PushPropertyIds( rIds, in ImplGetPropertyIds()
3102 PushPropertyIds( rIds, in ImplGetPropertyIds()
3131 PushPropertyIds( rIds, in ImplGetPropertyIds()
[all …]
H A Dvclxtopwindow.cxx240 void VCLXTopWindow::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
242 VCLXContainer::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
H A Dvclxtabpagecontainer.cxx41 void VCLXTabPageContainer::GetPropertyIds( std::vector< sal_uInt16 > &rIds ) in GetPropertyIds() argument
43 VCLXWindow::ImplGetPropertyIds( rIds ); in GetPropertyIds()
H A Dvclxwindow.cxx1265 void VCLXWindow::PushPropertyIds( std::vector< sal_uInt16 > &rIds, in PushPropertyIds() argument
1273 rIds.push_back( static_cast<sal_uInt16>(nId) ); in PushPropertyIds()
1278 void VCLXWindow::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds, bool bWithDefaults ) in ImplGetPropertyIds() argument
1282 PushPropertyIds( rIds, in ImplGetPropertyIds()
1300 if( std::find(rIds.begin(), rIds.end(), BASEPROPERTY_FONTDESCRIPTOR) != rIds.end() ) in ImplGetPropertyIds()
1306 rIds.push_back( BASEPROPERTY_TEXTCOLOR ); in ImplGetPropertyIds()
1307 rIds.push_back( BASEPROPERTY_TEXTLINECOLOR ); in ImplGetPropertyIds()
1308 rIds.push_back( BASEPROPERTY_FONTRELIEF ); in ImplGetPropertyIds()
1309 rIds.push_back( BASEPROPERTY_FONTEMPHASISMARK ); in ImplGetPropertyIds()
H A Dvclxcontainer.cxx37 void VCLXContainer::ImplGetPropertyIds( std::vector< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
39 VCLXWindow::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/uno/
H A Dunoiface.cxx498 PushPropertyIds( rIds, in ImplGetPropertyIds()
505 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
778 PushPropertyIds( rIds, in ImplGetPropertyIds()
782 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
1341 PushPropertyIds( rIds, in ImplGetPropertyIds()
1359 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
1360 VCLXSpinField::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
1534 SVTXFormattedField::ImplGetPropertyIds( rIds ); in GetPropertyIds()
1769 PushPropertyIds( rIds, in ImplGetPropertyIds()
1815 PushPropertyIds( rIds, in ImplGetPropertyIds()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddebugevent.cxx58 static void CollectMenuItemIds( Menu *pMenu, std::vector< SalMenuEvent > &rIds ) in CollectMenuItemIds() argument
64 rIds.emplace_back( pMenu->GetItemId( i ), pMenu ); in CollectMenuItemIds()
67 CollectMenuItemIds( pPopup, rIds ); in CollectMenuItemIds()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddebugevent.cxx60 static void CollectMenuItemIds( Menu *pMenu, std::vector< SalMenuEvent > &rIds ) in CollectMenuItemIds() argument
66 rIds.emplace_back( pMenu->GetItemId( i ), pMenu ); in CollectMenuItemIds()
69 CollectMenuItemIds( pPopup, rIds ); in CollectMenuItemIds()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/opc/
H A Dpart.py163 rIds = self._element.xpath('//@r:id')
164 return len([_rId for _rId in rIds if _rId == rId])
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dreffld.cxx1277 static void GetNoteIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds );
1278 void GetFieldIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds );
1280 static sal_uInt16 GetFirstUnusedId( std::set<sal_uInt16> &rIds );
1295 void RefIdsMap::GetFieldIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds) in GetFieldIdsFromDoc() argument
1303 rIds.insert(static_cast<SwSetExpField const*>(pF->GetField())->GetSeqNumber()); in GetFieldIdsFromDoc()
1309 void RefIdsMap::GetNoteIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds) in GetNoteIdsFromDoc() argument
1312 rIds.insert( rDoc.GetFootnoteIdxs()[ --n ]->GetSeqRefNo() ); in GetNoteIdsFromDoc()
1370 sal_uInt16 RefIdsMap::GetFirstUnusedId( std::set<sal_uInt16> &rIds ) in GetFirstUnusedId() argument
1374 for( const auto& rId : rIds ) in GetFirstUnusedId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dreffld.cxx1266 static void GetNoteIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds );
1267 void GetFieldIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds );
1269 static sal_uInt16 GetFirstUnusedId( std::set<sal_uInt16> &rIds );
1282 void RefIdsMap::GetFieldIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds) in GetFieldIdsFromDoc() argument
1297 rIds.insert(static_cast<SwSetExpField const*>(pF->GetField()) in GetFieldIdsFromDoc()
1307 void RefIdsMap::GetNoteIdsFromDoc( SwDoc& rDoc, std::set<sal_uInt16> &rIds) in GetNoteIdsFromDoc() argument
1310 rIds.insert( rDoc.GetFootnoteIdxs()[ --n ]->GetSeqRefNo() ); in GetNoteIdsFromDoc()
1367 sal_uInt16 RefIdsMap::GetFirstUnusedId( std::set<sal_uInt16> &rIds ) in GetFirstUnusedId() argument
1371 for( const auto& rId : rIds ) in GetFirstUnusedId()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/tests/
H A DSmoke.hs168 rIds <- replicateM readers $ forkCatching True "testContention readChan o"$ forever $
182 mapM_ (`throwTo` ThreadKilled) rIds
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaConventions.java161 Set<String> rIds= restrictedIdentifiersMap.get(level); in scanForRestrictedKeyWords() local
162 if (rIds != null && rIds.contains(searchId)) { in scanForRestrictedKeyWords()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddpcache.hxx150 void GetGroupDimMemberIds(long nDim, std::vector<SCROW>& rIds) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddpcache.hxx150 void GetGroupDimMemberIds(tools::Long nDim, std::vector<SCROW>& rIds) const;
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write-drawing.c1454 GSList *obj, *rId_ptr, *rIds = NULL; in xlsx_write_drawing_objects() local
1522 rIds = g_slist_prepend (rIds, (gpointer)rId1); in xlsx_write_drawing_objects()
1524 rIds = g_slist_reverse (rIds); in xlsx_write_drawing_objects()
1534 for (obj = objects, rId_ptr = rIds; in xlsx_write_drawing_objects()
1691 g_slist_free (rIds); in xlsx_write_drawing_objects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/toolkit/controls/
H A Dunocontrolmodel.hxx72 … ImplRegisterProperties( const std::vector< sal_uInt16 > &rIds );
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/io/iohandlers/
H A DpyShpIO.py248 shp.id = self.rIds[self.pos - 1]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/controls/
H A Dunocontrolmodel.hxx73 … ImplRegisterProperties( const std::vector< sal_uInt16 > &rIds );
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DloadWorkbook.R284 rIds <- 20000L + 1:nPivotTables functionVar
363 …/pivotCacheDefinition" Target="pivotCache/pivotCacheDefinition%s.xml"/>', rIds, seq_along(pivotDef…
370 caches[i] <- gsub('"rId[0-9]+"', sprintf('"rId%s"', rIds[i]), caches[i])

12