Searched refs:vGDIObj (Results 1 – 2 of 2) sorted by relevance
602 if ( (sal_uInt32)nIndex < vGDIObj.size() ) in SelectObject()603 pGDIObj = vGDIObj[ nIndex ]; in SelectObject()743 sal_uInt32 i = vGDIObj.size(); in ImplResizeObjectArry()744 vGDIObj.resize( nNewEntrys ); in ImplResizeObjectArry()746 vGDIObj[ i ] = NULL; in ImplResizeObjectArry()808 for ( nIndex = 0; nIndex < vGDIObj.size(); nIndex++ ) in CreateObject()810 if ( vGDIObj[ nIndex ] == NULL ) in CreateObject()813 if ( nIndex == vGDIObj.size() ) in CreateObject()814 ImplResizeObjectArry( vGDIObj.size() + 16 ); in CreateObject()816 vGDIObj[ nIndex ] = new GDIObj( eType, pStyle ); in CreateObject()[all …]
559 std::vector< GDIObj* > vGDIObj; member in WinMtfOutput