Home
last modified time | relevance | path

Searched refs:vGDIObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx603 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()
810 if ( vGDIObj[ nIndex ] == NULL ) in CreateObject()
813 if ( nIndex == vGDIObj.size() ) in CreateObject()
847 if ( vGDIObj[ nIndex ] != NULL ) in CreateObject()
848 delete vGDIObj[ nIndex ]; in CreateObject()
881 delete vGDIObj[ nIndex ]; in DeleteObject()
882 vGDIObj[ nIndex ] = NULL; in DeleteObject()
[all …]
H A Dwinmtf.hxx559 std::vector< GDIObj* > vGDIObj; member in WinMtfOutput

Completed in 54 milliseconds