Searched refs:_pGetter (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/extensions/source/propctrlr/ |
H A D | composeduiupdate.cxx | 451 … StringBag& _rBag, CachedInspectorUI::FGetStringBag _pGetter ) :m_rBag( _rBag ), m_pGetter( _pGett… in StringBagCollector() 459 …All( StringBag& _rAll, const ImplMapHandlerToUI& _rMap, CachedInspectorUI::FGetStringBag _pGetter ) in collectAll() 461 … ::std::for_each( _rMap.begin(), _rMap.end(), StringBagCollector( _rAll, _pGetter ) ); in collectAll() 476 StringBagClearer( CachedInspectorUI::FGetStringBag _pGetter ) :m_pGetter( _pGetter ) { } in StringBagClearer() 483 … static void clearAll( const ImplMapHandlerToUI& _rMap, CachedInspectorUI::FGetStringBag _pGetter ) in clearAll() 485 ::std::for_each( _rMap.begin(), _rMap.end(), StringBagClearer( _pGetter ) ); in clearAll()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 131 …l_getSpinButtonValue( ::vos::IMutex& _rMutex, const Window* _pWindow, GetSpinButtonValue _pGetter ) in lcl_getSpinButtonValue() argument 139 nValue = (pSpinButton->*_pGetter)( ); in lcl_getSpinButtonValue()
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1046 void transferValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferValue() 1049 VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferValue() 1056 void transferComplexValue( VALUE_TYPE ( SAL_CALL XRow::*_pGetter )( sal_Int32 ), in transferComplexValue() 1059 const VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferComplexValue()
|
Completed in 33 milliseconds