Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dunoiface.cxx533 PushPropertyIds( rIds, in ImplGetPropertyIds()
540 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
804 PushPropertyIds( rIds, in ImplGetPropertyIds()
808 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
1385 PushPropertyIds( rIds, in ImplGetPropertyIds()
1404 VCLXSpinField::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
1655 PushPropertyIds( rIds, in ImplGetPropertyIds()
2064 PushPropertyIds( rIds, in ImplGetPropertyIds()
2310 PushPropertyIds( rIds, in ImplGetPropertyIds()
2358 PushPropertyIds( rIds, in ImplGetPropertyIds()
[all …]
H A Dsvtxgridcontrol.cxx585 void SVTXGridControl::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
587 PushPropertyIds( rIds, in ImplGetPropertyIds()
603 VCLXWindow::ImplGetPropertyIds( rIds, true ); in ImplGetPropertyIds()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx342 PushPropertyIds( rIds, in ImplGetPropertyIds()
628 PushPropertyIds( rIds, in ImplGetPropertyIds()
760 PushPropertyIds( rIds, in ImplGetPropertyIds()
1061 PushPropertyIds( rIds, in ImplGetPropertyIds()
1351 PushPropertyIds( rIds, in ImplGetPropertyIds()
1486 PushPropertyIds( rIds, in ImplGetPropertyIds()
2839 PushPropertyIds( rIds, in ImplGetPropertyIds()
2868 PushPropertyIds( rIds, in ImplGetPropertyIds()
3011 PushPropertyIds( rIds, in ImplGetPropertyIds()
3490 PushPropertyIds( rIds, in ImplGetPropertyIds()
[all …]
H A Dvclxwindow.cxx1332 void VCLXWindow::PushPropertyIds( std::list< sal_uInt16 > &rIds, in PushPropertyIds() argument
1340 rIds.push_back( (sal_uInt16) nId ); in PushPropertyIds()
1345 void VCLXWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds, bool bWithDefaults ) in ImplGetPropertyIds() argument
1349 PushPropertyIds( rIds, in ImplGetPropertyIds()
1368 for( iter = rIds.begin(); iter != rIds.end(); iter++) { in ImplGetPropertyIds()
1375 rIds.push_back( BASEPROPERTY_TEXTCOLOR ); in ImplGetPropertyIds()
1376 rIds.push_back( BASEPROPERTY_TEXTLINECOLOR ); in ImplGetPropertyIds()
1377 rIds.push_back( BASEPROPERTY_FONTRELIEF ); in ImplGetPropertyIds()
1378 rIds.push_back( BASEPROPERTY_FONTEMPHASISMARK ); in ImplGetPropertyIds()
H A Dvclxtabpagecontainer.cxx45 void VCLXTabPageContainer::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
47 VCLXWindow::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
H A Dvclxtopwindow.cxx266 void VCLXTopWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
268 VCLXContainer::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
H A Dvclxcontainer.cxx42 void VCLXContainer::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds() argument
44 VCLXWindow::ImplGetPropertyIds( rIds ); in ImplGetPropertyIds()
/trunk/main/vcl/source/gdi/
H A Dimage.cxx912 void ImageList::GetImageIds( ::std::vector< sal_uInt16 >& rIds ) const in GetImageIds()
918 rIds = ::std::vector< sal_uInt16 >(); in GetImageIds()
923 rIds.push_back( mpImplData->maImages[i]->mnId ); in GetImageIds()
/trunk/main/vcl/inc/vcl/
H A Dimage.hxx149 void GetImageIds( ::std::vector< sal_uInt16 >& rIds ) const;
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx481 void UnoControlModel::ImplRegisterProperties( const std::list< sal_uInt16 > &rIds ) in ImplRegisterProperties() argument
484 for( iter = rIds.begin(); iter != rIds.end(); iter++) { in ImplRegisterProperties()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx77 void ImplRegisterProperties( const std::list< sal_uInt16 > &rIds );

Completed in 109 milliseconds