Searched refs:pAnyWidget (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1124 PropertyEntry( layout::Window *pWinParent, AnyWidget *pAnyWidget ) in PropertyEntry() argument 1129 rtl::OUStringBuffer buf( pAnyWidget->maPropName ); in PropertyEntry() 1133 mpValue = pAnyWidget; in PropertyEntry() 1154 AnyWidget *pAnyWidget; in construct() local 1159 pAnyWidget = new AnyFontStyle( pWidget, aPropName, aPropKind, pWinParent ); in construct() 1162 pAnyWidget = new AnyEdit( pWidget, aPropName, aPropKind, pWinParent ); in construct() 1167 pAnyWidget = new AnyAlign( pWidget, aPropName, aPropKind, pWinParent ); in construct() 1173 pAnyWidget = new AnyInteger( pWidget, aPropName, aPropKind, pWinParent ); in construct() 1177 pAnyWidget = new AnyFloat( pWidget, aPropName, aPropKind, pWinParent ); in construct() 1180 pAnyWidget = new AnyCheckBox( pWidget, aPropName, aPropKind, pWinParent ); in construct() [all …]
|
Completed in 65 milliseconds