Searched refs:bbeforeProgress (Results 1 – 2 of 2) sorted by relevance
| /trunk/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 245 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, rText, bbeforeProgress ) , "ProgressMonitor::ad… in addText() 246 …DBG_ASSERT ( !(impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) , "ProgresMonitor::add… 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() 322 …updateText ( const OUString& rTopic, const OUString& rText, sal_Bool bbeforeProgress ) throw( Runt… in updateText() argument [all …]
|
| /trunk/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 ); // addT… 775 …sal_Bool impl_debug_checkParameter( const UNO3_OUSTRING& rTopic, sal_Bool bbeforeProgress ); …
|