Lines Matching refs:aProp

1967 	::com::sun::star::uno::Any aProp;  in getProperty()
1983 aProp <<= Reference< XDevice >( pDevice ); in getProperty()
1988 aProp <<= mpImpl->mnContextWritingMode; in getProperty()
1992 aProp <<= mpImpl->mnWritingMode; in getProperty()
2007 aProp <<= nBehavior; in getProperty()
2012 aProp <<= (sal_Bool) GetWindow()->IsNativeWidgetEnabled(); in getProperty()
2016 aProp <<= (sal_Bool) GetWindow()->IsEnabled(); in getProperty()
2020 aProp <<= (sal_Bool) mpImpl->isEnableVisible(); in getProperty()
2024 aProp <<= (sal_Bool) GetWindow()->GetSettings().GetStyleSettings().GetHighContrastMode(); in getProperty()
2032 aProp <<= aText; in getProperty()
2038 aProp <<= aText; in getProperty()
2044 aProp <<= aText; in getProperty()
2050 aProp <<= ::rtl::OUString( aHelpId ); in getProperty()
2057 aProp <<= aFD; in getProperty()
2061 aProp <<= (sal_Int32) GetWindow()->GetControlBackground().GetColor(); in getProperty()
2064 aProp <<= (sal_Int32) GetWindow()->GetDisplayBackground().GetColor().GetColor(); in getProperty()
2067 aProp <<= (sal_Int16) GetWindow()->GetControlFont().GetRelief(); in getProperty()
2070 aProp <<= (sal_Int16) GetWindow()->GetControlFont().GetEmphasisMark(); in getProperty()
2073 aProp <<= (sal_Int32) GetWindow()->GetControlForeground().GetColor(); in getProperty()
2076 aProp <<= (sal_Int32) GetWindow()->GetTextLineColor().GetColor(); in getProperty()
2079 aProp <<= (sal_Int32) GetWindow()->GetFillColor().GetColor(); in getProperty()
2082 aProp <<= (sal_Int32) GetWindow()->GetLineColor().GetColor(); in getProperty()
2089 aProp <<= nBorder; in getProperty()
2093 aProp <<= (sal_Bool) ( GetWindow()->GetStyle() & WB_TABSTOP ) ? sal_True : sal_False; in getProperty()
2099 aProp <<= VerticalAlignment_TOP; in getProperty()
2101 aProp <<= VerticalAlignment_MIDDLE; in getProperty()
2103 aProp <<= VerticalAlignment_BOTTOM; in getProperty()
2125 aProp <<= (sal_Int16) PROPERTY_ALIGN_LEFT; in getProperty()
2127 aProp <<= (sal_Int16) PROPERTY_ALIGN_CENTER; in getProperty()
2129 aProp <<= (sal_Int16) PROPERTY_ALIGN_RIGHT; in getProperty()
2145 aProp <<= (sal_Bool) ( GetWindow()->GetStyle() & WB_WORDBREAK ) ? sal_True : sal_False; in getProperty()
2151 aProp <<= bAutoMnemonics; in getProperty()
2157 aProp <<= bMouseTransparent; in getProperty()
2163 aProp <<= bPaintTransparent; in getProperty()
2168 aProp <<= (sal_Bool)( 0 != ( GetWindow()->GetStyle() & WB_REPEAT ) ); in getProperty()
2174 aProp <<= (sal_Int32)nButtonRepeat; in getProperty()
2179aProp <<= (sal_Int32)GetWindow()->GetSettings().GetStyleSettings().GetButtonTextColor().GetColor(); in getProperty()
2183aProp <<= (sal_Int32)GetWindow()->GetSettings().GetStyleSettings().GetMonoColor().GetColor(); in getProperty()
2187 return aProp; in getProperty()