Searched refs:pBreaks (Results 1 – 3 of 3) sorted by relevance
519 …pImage( NULL ), pBreaks( NULL ), pClassData( NULL ), mbVBACompat( bVBACompat ), pDocObject( NULL … in SbModule()536 if( pBreaks ) in ~SbModule()537 delete pBreaks; in ~SbModule()1573 return pBreaks ? pBreaks->size() : 0; in GetBPCount()1578 if( pBreaks && n < pBreaks->size() ) in GetBP()1579 return pBreaks->operator[]( n ); in GetBP()1586 if( pBreaks ) in IsBP()1588 for( size_t i = 0; i < pBreaks->size(); i++ ) in IsBP()1590 sal_uInt16 b = pBreaks->operator[]( i ); in IsBP()1604 if( !pBreaks ) in SetBP()[all …]
627 pBreaks = pClassModule->pBreaks; in TYPEINIT1()776 pBreaks = NULL; in ~SbClassModuleObject()
70 SbiBreakpoints* pBreaks; // Breakpoints member in SbModule