Lines Matching refs:rTopic

241 void SAL_CALL ProgressMonitor::addText( const OUString& rTopic, const OUString& rText, sal_Bool bbe…  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()
260 pTextItem->sTopic = rTopic ; 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()
322 void SAL_CALL ProgressMonitor::updateText ( const OUString& rTopic, const OUString& rText, sal_Bool… 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 IMPL_TextlistItem* ProgressMonitor::impl_searchTopic ( const OUString& rTopic, sal_Bool bbeforeProg… in impl_searchTopic() argument
1013 if ( pSearchItem->sTopic == rTopic ) in impl_searchTopic()
1031 sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, const OUString& rText… in impl_debug_checkParameter() argument
1034 if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! in impl_debug_checkParameter()
1035 if ( rTopic.getLength () < 1 ) return sal_False ; // "" in impl_debug_checkParameter()
1048 sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, sal_Bool /*bbeforePro… in impl_debug_checkParameter() argument
1051 if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! in impl_debug_checkParameter()
1052 if ( rTopic.getLength () < 1 ) return sal_False ; // "" in impl_debug_checkParameter()