Searched refs:bbeforeProgress (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 241 …or::addText( const OUString& rTopic, const OUString& rText, sal_Bool bbeforeProgress ) throw( Runt… in addText() argument 246 …DBG_ASSERT ( !(impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) , "ProgresMonitor::addText(… in addText() 249 if ( impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) in addText() 267 if ( bbeforeProgress == sal_True ) in addText() 286 void SAL_CALL ProgressMonitor::removeText ( const OUString& rTopic, sal_Bool bbeforeProgress ) thro… in removeText() argument 290 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, bbeforeProgress ), "ProgressMonitor::removeText()… in removeText() 293 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in removeText() 301 if ( bbeforeProgress == sal_True ) in removeText() 329 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in updateText() 985 …extlistItem* ProgressMonitor::impl_searchTopic ( const OUString& rTopic, sal_Bool bbeforeProgress ) in impl_searchTopic() argument [all …]
|
/aoo4110/main/UnoControls/source/inc/ |
H A D | progressmonitor.hxx | 309 sal_Bool bbeforeProgress ) throw( UNO3_RUNTIMEEXCEPTION ); 325 sal_Bool bbeforeProgress ) throw( UNO3_RUNTIMEEXCEPTION ); 342 sal_Bool bbeforeProgress ) throw( UNO3_RUNTIMEEXCEPTION ); 751 sal_Bool bbeforeProgress ); 774 …r( const UNO3_OUSTRING& sTopic, const UNO3_OUSTRING& sText, sal_Bool bbeforeProgress ); // addText… 775 …sal_Bool impl_debug_checkParameter( const UNO3_OUSTRING& rTopic, sal_Bool bbeforeProgress ); …
|
Completed in 21 milliseconds