Lines Matching refs:bbeforeProgress
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::addT… in addText()
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()
322 …updateText ( const OUString& rTopic, const OUString& rText, sal_Bool bbeforeProgress ) throw( Runt… in updateText() argument
326 …DBG_ASSERT ( impl_debug_checkParameter ( rTopic, rText, bbeforeProgress ), "ProgressMonitor::updat… in updateText()
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
993 if ( bbeforeProgress == sal_True ) in impl_searchTopic()