Lines Matching refs:getGenPage
96 getGenPage()->SetHelpId( HID_TABLE_DESIGN_TABPAGE_GENERAL ); in DBG_NAME()
97 getGenPage()->Show(); in DBG_NAME()
107 getGenPage()->Hide(); in ~OTableFieldDescWin()
127 …DBG_ASSERT(getGenPage() != NULL, "OTableFieldDescWin::Init : ups ... no GenericPage ... this will … in Init()
128 getGenPage()->Init(); in Init()
135 getGenPage()->SetReadOnly( bRead ); in SetReadOnly()
142 getGenPage()->DisplayData( pFieldDescr ); in DisplayData()
149 getGenPage()->SaveData( pFieldDescr ); in SaveData()
232 getGenPage()->SetPosSizePixel(Point ( STANDARD_MARGIN, in Resize()
263 pTest = getGenPage(); in getActiveChild()
279 return (getGenPage() && getGenPage()->HasChildPathFocus() && getGenPage()->isCutAllowed()); in isCutAllowed()
284 return (getGenPage() && getGenPage()->HasChildPathFocus() && getGenPage()->isPasteAllowed()); in isPasteAllowed()
289 if ( getGenPage() && getGenPage()->HasChildPathFocus() ) in cut()
290 getGenPage()->cut(); in cut()
301 if ( getGenPage() && getGenPage()->HasChildPathFocus() ) in paste()
302 getGenPage()->paste(); in paste()
307 if ( getGenPage() ) in GetFocus()
308 getGenPage()->GetFocus(); in GetFocus()
313 if ( getGenPage() ) in LoseFocus()
314 getGenPage()->LoseFocus(); in LoseFocus()
323 if( getGenPage() && getGenPage()->HasChildPathFocus() ) in PreNotify()