Lines Matching refs:uno

75 using ::com::sun::star::uno::Reference;
79 …::rtl::OUString SAL_CALL ImplName::getImplementationName( ) throw(::com::sun::star::uno::RuntimeE…
80 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ImplName::getSupportedServiceNames() t…
82 …::com::sun::star::uno::Sequence< ::rtl::OUString > aNames = BaseClass::getSupportedServiceNames( )…
99 ::rtl::OUString UnoControlEditModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeExceptio… in getServiceName()
104 uno::Any UnoControlEditModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
106 uno::Any aReturn; in ImplGetDefaultValue()
128 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
135 uno::Reference< beans::XPropertySetInfo > UnoControlEditModel::getPropertySetInfo( ) throw(uno::Ru… in getPropertySetInfo()
137 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
159 uno::Any SAL_CALL UnoEditControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExc… in queryAggregation()
161 uno::Any aReturn = UnoControlBase::queryAggregation( rType ); in queryAggregation()
167 uno::Any SAL_CALL UnoEditControl::queryInterface( const uno::Type & rType ) throw(uno::RuntimeExcep… in queryInterface()
190 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_MULTILINE ) ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
198 …l_Bool SAL_CALL UnoEditControl::setModel(const uno::Reference< awt::XControlModel >& _rModel) thro… in setModel()
205 void UnoEditControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal ) in ImplSetPeerProperty()
211 uno::Reference < awt::XTextComponent > xTextComponent( getPeer(), uno::UNO_QUERY ); in ImplSetPeerProperty()
226 void UnoEditControl::dispose() throw(uno::RuntimeException) in dispose()
233 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
237 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in createPeer()
249 void UnoEditControl::textChanged(const awt::TextEvent& e) throw(uno::RuntimeException) in textChanged()
251 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in textChanged()
255 uno::Any aAny; in textChanged()
268 void UnoEditControl::addTextListener(const uno::Reference< awt::XTextListener > & l) throw(uno::Run… in addTextListener()
273 void UnoEditControl::removeTextListener(const uno::Reference< awt::XTextListener > & l) throw(uno::… in removeTextListener()
278 void UnoEditControl::setText( const ::rtl::OUString& aText ) throw(uno::RuntimeException) in setText()
282 uno::Any aAny; in setText()
290 uno::Reference < awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in setText()
322 …ertText( const awt::Selection& rSel, const ::rtl::OUString& rNewText ) throw(uno::RuntimeException) in insertText()
349 ::rtl::OUString UnoEditControl::getText() throw(uno::RuntimeException) in getText()
357 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in getText()
365 ::rtl::OUString UnoEditControl::getSelectedText( void ) throw(uno::RuntimeException) in getSelectedText()
368 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in getSelectedText()
375 void UnoEditControl::setSelection( const awt::Selection& aSelection ) throw(uno::RuntimeException) in setSelection()
377 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in setSelection()
382 awt::Selection UnoEditControl::getSelection( void ) throw(uno::RuntimeException) in getSelection()
385 uno::Reference< awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in getSelection()
391 sal_Bool UnoEditControl::isEditable( void ) throw(uno::RuntimeException) in isEditable()
396 void UnoEditControl::setEditable( sal_Bool bEditable ) throw(uno::RuntimeException) in setEditable()
398 uno::Any aAny; in setEditable()
403 sal_Int16 UnoEditControl::getMaxTextLen() throw(uno::RuntimeException) in getMaxTextLen()
413 void UnoEditControl::setMaxTextLen( sal_Int16 nLen ) throw(uno::RuntimeException) in setMaxTextLen()
417 uno::Any aAny; in setMaxTextLen()
425 uno::Reference < awt::XTextComponent > xText( getPeer(), uno::UNO_QUERY ); in setMaxTextLen()
431 awt::Size UnoEditControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
436 awt::Size UnoEditControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
441 awt::Size UnoEditControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeException) in calcAdjustedSize()
446 awt::Size UnoEditControl::getMinimumSize( sal_Int16 nCols, sal_Int16 nLines ) throw(uno::RuntimeExc… in getMinimumSize()
451 void UnoEditControl::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(uno::RuntimeEx… in getColumnsAndLines()
483 ::rtl::OUString UnoControlFileControlModel::getServiceName() throw(::com::sun::star::uno::RuntimeEx… in getServiceName()
488 uno::Any UnoControlFileControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
492 uno::Any aAny; in ImplGetDefaultValue()
504 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
511 uno::Reference< beans::XPropertySetInfo > UnoControlFileControlModel::getPropertySetInfo( ) throw( in getPropertySetInfo()
513 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
533 uno::Any GraphicControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
536 return uno::makeAny( uno::Reference< graphic::XGraphic >() ); in ImplGetDefaultValue()
540uno::Reference< graphic::XGraphic > GraphicControlModel::getGraphicFromURL_nothrow( const ::rtl::O… in getGraphicFromURL_nothrow()
542 uno::Reference< graphic::XGraphic > xGraphic; in getGraphicFromURL_nothrow()
559 uno::Reference< graphic::XGraphicProvider > xProvider; in getGraphicFromURL_nothrow()
562 uno::Sequence< beans::PropertyValue > aMediaProperties(1); in getGraphicFromURL_nothrow()
576 …roadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::u… in setFastPropertyValue_NoBroadcast()
592 …setDependentFastPropertyValue( BASEPROPERTY_GRAPHIC, uno::makeAny( getGraphicFromURL_nothrow( sIma… in setFastPropertyValue_NoBroadcast()
601 … setDependentFastPropertyValue( BASEPROPERTY_IMAGEURL, uno::makeAny( ::rtl::OUString() ) ); in setFastPropertyValue_NoBroadcast()
612 …setDependentFastPropertyValue( BASEPROPERTY_IMAGEPOSITION, uno::makeAny( getExtendedImagePosition(… in setFastPropertyValue_NoBroadcast()
622 …setDependentFastPropertyValue( BASEPROPERTY_IMAGEALIGN, uno::makeAny( getCompatibleImageAlign( tra… in setFastPropertyValue_NoBroadcast()
628 catch( const ::com::sun::star::uno::Exception& ) in setFastPropertyValue_NoBroadcast()
652 ::rtl::OUString UnoControlButtonModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcepti… in getServiceName()
657 uno::Any UnoControlButtonModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
662 return uno::makeAny( ::rtl::OUString::createFromAscii( szServiceName_UnoControlButton ) ); in ImplGetDefaultValue()
664 return uno::makeAny( (sal_Bool)sal_False ); in ImplGetDefaultValue()
666 return uno::makeAny( (sal_Int16)PROPERTY_ALIGN_CENTER ); in ImplGetDefaultValue()
668 return uno::makeAny( (sal_Bool)sal_True ); in ImplGetDefaultValue()
679 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
686 uno::Reference< beans::XPropertySetInfo > UnoControlButtonModel::getPropertySetInfo( ) throw(uno::… in getPropertySetInfo()
688 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
695 UnoButtonControl::UnoButtonControl( const uno::Reference< lang::XMultiServiceFactory >& i_factory ) in UnoButtonControl()
707 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_PUSHBUTTONTYPE ) ); in GetComponentServiceName()
729 void UnoButtonControl::dispose() throw(uno::RuntimeException) in dispose()
738 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
742 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in createPeer()
747 uno::Reference< XToggleButton > xPushButton( getPeer(), uno::UNO_QUERY ); in createPeer()
752 void UnoButtonControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw(un… in addActionListener()
757 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in addActionListener()
762 void UnoButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) throw… in removeActionListener()
766 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in removeActionListener()
772 void UnoButtonControl::addItemListener(const uno::Reference< awt::XItemListener > & l) throw(uno::R… in addItemListener()
777 void UnoButtonControl::removeItemListener(const uno::Reference< awt::XItemListener > & l) throw(uno in removeItemListener()
782 void SAL_CALL UnoButtonControl::disposing( const lang::EventObject& Source ) throw (uno::RuntimeExc… in disposing()
787 void SAL_CALL UnoButtonControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw (uno::Runtim… in itemStateChanged()
790 uno::Any aAny; in itemStateChanged()
800 void UnoButtonControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
802 uno::Any aAny; in setLabel()
807 void UnoButtonControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeExcept… in setActionCommand()
812 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in setActionCommand()
817 awt::Size UnoButtonControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
822 awt::Size UnoButtonControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
827 awt::Size UnoButtonControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcepti… in calcAdjustedSize()
842 ::rtl::OUString UnoControlImageControlModel::getServiceName() throw(::com::sun::star::uno::RuntimeE… in getServiceName()
847 uno::Any UnoControlImageControlModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
850 … return uno::makeAny( ::rtl::OUString::createFromAscii( szServiceName_UnoControlImageControl ) ); in ImplGetDefaultValue()
863 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
870 uno::Reference< beans::XPropertySetInfo > UnoControlImageControlModel::getPropertySetInfo( ) throw… in getPropertySetInfo()
872 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
876 …adcast( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue ) throw (::com::sun::star::u… in setFastPropertyValue_NoBroadcast()
891 …setDependentFastPropertyValue( BASEPROPERTY_SCALEIMAGE, uno::makeAny( sal_Bool( nScaleMode != awt:… in setFastPropertyValue_NoBroadcast()
901 …setDependentFastPropertyValue( BASEPROPERTY_IMAGE_SCALE_MODE, uno::makeAny( bScale ? awt::ImageSca… in setFastPropertyValue_NoBroadcast()
931 void UnoImageControlControl::dispose() throw(uno::RuntimeException) in dispose()
939 sal_Bool UnoImageControlControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
944 awt::Size UnoImageControlControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
949 awt::Size UnoImageControlControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
954 awt::Size UnoImageControlControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeE… in calcAdjustedSize()
968 ::rtl::OUString UnoControlRadioButtonModel::getServiceName() throw(::com::sun::star::uno::RuntimeEx… in getServiceName()
973 uno::Any UnoControlRadioButtonModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
978 … return uno::makeAny( ::rtl::OUString::createFromAscii( szServiceName_UnoControlRadioButton ) ); in ImplGetDefaultValue()
981 return uno::makeAny( (sal_Int16)awt::VisualEffect::LOOK3D ); in ImplGetDefaultValue()
992 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
999 uno::Reference< beans::XPropertySetInfo > UnoControlRadioButtonModel::getPropertySetInfo( ) throw( in getPropertySetInfo()
1001 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1024 void UnoRadioButtonControl::dispose() throw(uno::RuntimeException) in dispose()
1033 sal_Bool UnoRadioButtonControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
1038 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
1042 uno::Reference < awt::XRadioButton > xRadioButton( getPeer(), uno::UNO_QUERY ); in createPeer()
1045 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in createPeer()
1053 uno::Reference< awt::XVclWindowPeer > xVclWindowPeer( getPeer(), uno::UNO_QUERY ); in createPeer()
1058 void UnoRadioButtonControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw( in addItemListener()
1063 …d UnoRadioButtonControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw… in removeItemListener()
1068 …id UnoRadioButtonControl::addActionListener(const uno::Reference< awt::XActionListener > & l) thro… in addActionListener()
1073 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in addActionListener()
1078 …UnoRadioButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
1082 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in removeActionListener()
1088 void UnoRadioButtonControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
1090 uno::Any aAny; in setLabel()
1095 void UnoRadioButtonControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeE… in setActionCommand()
1100 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in setActionCommand()
1105 void UnoRadioButtonControl::setState( sal_Bool bOn ) throw(uno::RuntimeException) in setState()
1108 uno::Any aAny; in setState()
1113 sal_Bool UnoRadioButtonControl::getState() throw(uno::RuntimeException) in getState()
1116 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STATE ) ); in getState()
1121 void UnoRadioButtonControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExce… in itemStateChanged()
1123 uno::Any aAny; in itemStateChanged()
1154 awt::Size UnoRadioButtonControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1159 awt::Size UnoRadioButtonControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1164 awt::Size UnoRadioButtonControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeEx… in calcAdjustedSize()
1178 ::rtl::OUString UnoControlCheckBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName()
1183 uno::Any UnoControlCheckBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1188 return uno::makeAny( ::rtl::OUString::createFromAscii( szServiceName_UnoControlCheckBox ) ); in ImplGetDefaultValue()
1191 return uno::makeAny( (sal_Int16)awt::VisualEffect::LOOK3D ); in ImplGetDefaultValue()
1202 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
1209 uno::Reference< beans::XPropertySetInfo > UnoControlCheckBoxModel::getPropertySetInfo( ) throw(uno in getPropertySetInfo()
1211 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1220 UnoCheckBoxControl::UnoCheckBoxControl( const uno::Reference< lang::XMultiServiceFactory >& i_facto… in UnoCheckBoxControl()
1233 void UnoCheckBoxControl::dispose() throw(uno::RuntimeException) in dispose()
1241 sal_Bool UnoCheckBoxControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
1246 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
1250 uno::Reference < awt::XCheckBox > xCheckBox( getPeer(), uno::UNO_QUERY ); in createPeer()
1253 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in createPeer()
1259 void UnoCheckBoxControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(uno in addItemListener()
1264 void UnoCheckBoxControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw( in removeItemListener()
1269 void UnoCheckBoxControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw( in addActionListener()
1274 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in addActionListener()
1279 …id UnoCheckBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
1283 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in removeActionListener()
1289 void UnoCheckBoxControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeExce… in setActionCommand()
1294 uno::Reference < awt::XButton > xButton( getPeer(), uno::UNO_QUERY ); in setActionCommand()
1300 void UnoCheckBoxControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
1302 uno::Any aAny; in setLabel()
1307 void UnoCheckBoxControl::setState( short n ) throw(uno::RuntimeException) in setState()
1309 uno::Any aAny; in setState()
1314 short UnoCheckBoxControl::getState() throw(uno::RuntimeException) in getState()
1317 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STATE ) ); in getState()
1322 void UnoCheckBoxControl::enableTriState( sal_Bool b ) throw(uno::RuntimeException) in enableTriState()
1324 uno::Any aAny; in enableTriState()
1329 void UnoCheckBoxControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExcepti… in itemStateChanged()
1331 uno::Any aAny; in itemStateChanged()
1339 awt::Size UnoCheckBoxControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1344 awt::Size UnoCheckBoxControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1349 awt::Size UnoCheckBoxControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcep… in calcAdjustedSize()
1363 ::rtl::OUString UnoControlFixedHyperlinkModel::getServiceName() throw(::com::sun::star::uno::Runtim… in getServiceName()
1368 uno::Any UnoControlFixedHyperlinkModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1372 uno::Any aAny; in ImplGetDefaultValue()
1378 uno::Any aAny; in ImplGetDefaultValue()
1384 uno::Any aAny; in ImplGetDefaultValue()
1397 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
1404 uno::Reference< beans::XPropertySetInfo > UnoControlFixedHyperlinkModel::getPropertySetInfo( ) thr… in getPropertySetInfo()
1406 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1427 uno::Any UnoFixedHyperlinkControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeEx… in queryAggregation()
1429 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
1437 getCppuType( ( uno::Reference< awt::XFixedHyperlink>* ) NULL ),
1438 getCppuType( ( uno::Reference< awt::XLayoutConstrains>* ) NULL ),
1442 sal_Bool UnoFixedHyperlinkControl::isTransparent() throw(uno::RuntimeException)
1447 void UnoFixedHyperlinkControl::setText( const ::rtl::OUString& Text ) throw(uno::RuntimeException) in setText()
1449 uno::Any aAny; in setText()
1454 ::rtl::OUString UnoFixedHyperlinkControl::getText() throw(uno::RuntimeException) in getText()
1459 void UnoFixedHyperlinkControl::setURL( const ::rtl::OUString& URL ) throw(::com::sun::star::uno::Ru… in setURL()
1461 uno::Any aAny; in setURL()
1466 ::rtl::OUString UnoFixedHyperlinkControl::getURL( ) throw(::com::sun::star::uno::RuntimeException) in getURL()
1471 void UnoFixedHyperlinkControl::setAlignment( short nAlign ) throw(uno::RuntimeException) in setAlignment()
1473 uno::Any aAny; in setAlignment()
1478 short UnoFixedHyperlinkControl::getAlignment() throw(uno::RuntimeException) in getAlignment()
1483 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_ALIGN ) ); in getAlignment()
1489 awt::Size UnoFixedHyperlinkControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1494 awt::Size UnoFixedHyperlinkControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1499 awt::Size UnoFixedHyperlinkControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::Runtim… in calcAdjustedSize()
1504 void UnoFixedHyperlinkControl::dispose() throw(uno::RuntimeException) in dispose()
1512 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
1516 uno::Reference < awt::XFixedHyperlink > xFixedHyperlink( getPeer(), uno::UNO_QUERY ); in createPeer()
1521 …UnoFixedHyperlinkControl::addActionListener(const uno::Reference< awt::XActionListener > & l) thro… in addActionListener()
1526 uno::Reference < awt::XFixedHyperlink > xFixedHyperlink( getPeer(), uno::UNO_QUERY ); in addActionListener()
1531 …FixedHyperlinkControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
1535 uno::Reference < awt::XFixedHyperlink > xFixedHyperlink( getPeer(), uno::UNO_QUERY ); in removeActionListener()
1550 ::rtl::OUString UnoControlFixedTextModel::getServiceName() throw(::com::sun::star::uno::RuntimeExce… in getServiceName()
1555 uno::Any UnoControlFixedTextModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1559 uno::Any aAny; in ImplGetDefaultValue()
1565 uno::Any aAny; in ImplGetDefaultValue()
1578 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
1585 uno::Reference< beans::XPropertySetInfo > UnoControlFixedTextModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo()
1587 …static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1608 uno::Any UnoFixedTextControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
1610 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
1618 getCppuType( ( uno::Reference< awt::XFixedText>* ) NULL ),
1619 getCppuType( ( uno::Reference< awt::XLayoutConstrains>* ) NULL ),
1623 sal_Bool UnoFixedTextControl::isTransparent() throw(uno::RuntimeException)
1628 void UnoFixedTextControl::setText( const ::rtl::OUString& Text ) throw(uno::RuntimeException) in setText()
1630 uno::Any aAny; in setText()
1635 ::rtl::OUString UnoFixedTextControl::getText() throw(uno::RuntimeException) in getText()
1640 void UnoFixedTextControl::setAlignment( short nAlign ) throw(uno::RuntimeException) in setAlignment()
1642 uno::Any aAny; in setAlignment()
1647 short UnoFixedTextControl::getAlignment() throw(uno::RuntimeException) in getAlignment()
1652 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_ALIGN ) ); in getAlignment()
1658 awt::Size UnoFixedTextControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1663 awt::Size UnoFixedTextControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1668 awt::Size UnoFixedTextControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExce… in calcAdjustedSize()
1691 ::rtl::OUString UnoControlGroupBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName()
1696 uno::Any UnoControlGroupBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1700 uno::Any aAny; in ImplGetDefaultValue()
1712 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
1719 uno::Reference< beans::XPropertySetInfo > UnoControlGroupBoxModel::getPropertySetInfo( ) throw(uno in getPropertySetInfo()
1721 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1740 sal_Bool UnoGroupBoxControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
1874 ::rtl::OUString UnoControlListBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcept… in IMPL_SERVICEINFO_DERIVED()
1880 uno::Any UnoControlListBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1884 uno::Any aAny; in ImplGetDefaultValue()
1897 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
1905 uno::Reference< beans::XPropertySetInfo > UnoControlListBoxModel::getPropertySetInfo( ) throw(uno:… in getPropertySetInfo()
1907 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
1924 …l::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const uno::Any& rValue ) throw (uno::Excep… in setFastPropertyValue_NoBroadcast()
1931 uno::Sequence<sal_Int16> aSeq; in setFastPropertyValue_NoBroadcast()
1932 uno::Any aAny; in setFastPropertyValue_NoBroadcast()
1967 uno::Any* _pValues, sal_Int32* _pValidHandles ) const SAL_THROW(()) in ImplNormalizePropertySequence()
2032 void SAL_CALL UnoControlListBoxModel::removeAllItems( ) throw (::com::sun::star::uno::RuntimeExcep… in removeAllItems()
2127 …rolListBoxModel::addItemListListener( const uno::Reference< awt::XItemListListener >& i_Listener )… in addItemListListener()
2134 …ListBoxModel::removeItemListListener( const uno::Reference< awt::XItemListListener >& i_Listener )… in removeItemListListener()
2168 setFastPropertyValue( BASEPROPERTY_STRINGITEMLIST, uno::makeAny( aStringItems ) ); in impl_setStringItemList_nolck()
2309 void UnoListBoxControl::dispose() throw(uno::RuntimeException) in IMPL_SERVICEINFO_DERIVED()
2322 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in ImplUpdateSelectedItemsProperty()
2325 uno::Sequence<sal_Int16> aSeq = xListBox->getSelectedItemsPos(); in ImplUpdateSelectedItemsProperty()
2326 uno::Any aAny; in ImplUpdateSelectedItemsProperty()
2349 void UnoListBoxControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVal… in ImplSetPeerProperty()
2360 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
2364 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in createPeer()
2371 void UnoListBoxControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw(u… in addActionListener()
2376 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in addActionListener()
2381 …oid UnoListBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
2385 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in removeActionListener()
2391 void UnoListBoxControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(uno:… in addItemListener()
2396 void UnoListBoxControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw(u… in removeItemListener()
2401 void UnoListBoxControl::addItem( const ::rtl::OUString& aItem, sal_Int16 nPos ) throw(uno::RuntimeE… in addItem()
2403 uno::Sequence< ::rtl::OUString> aSeq( 1 ); in addItem()
2408 void UnoListBoxControl::addItems( const uno::Sequence< ::rtl::OUString>& aItems, sal_Int16 nPos ) t… in addItems()
2410 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in addItems()
2411 uno::Sequence< ::rtl::OUString> aSeq; in addItems()
2417 uno::Sequence< ::rtl::OUString> aNewSeq( nNewLen ); in addItems()
2437 uno::Any aAny; in addItems()
2442 void UnoListBoxControl::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(uno::RuntimeException) in removeItems()
2444 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in removeItems()
2445 uno::Sequence< ::rtl::OUString> aSeq; in removeItems()
2455 uno::Sequence< ::rtl::OUString> aNewSeq( nNewLen ); in removeItems()
2468 uno::Any aAny; in removeItems()
2474 sal_Int16 UnoListBoxControl::getItemCount() throw(uno::RuntimeException) in getItemCount()
2476 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItemCount()
2477 uno::Sequence< ::rtl::OUString> aSeq; in getItemCount()
2482 ::rtl::OUString UnoListBoxControl::getItem( sal_Int16 nPos ) throw(uno::RuntimeException) in getItem()
2485 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItem()
2486 uno::Sequence< ::rtl::OUString> aSeq; in getItem()
2493 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getItems() throw(uno::RuntimeException) in getItems()
2495 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItems()
2496 uno::Sequence< ::rtl::OUString> aSeq; in getItems()
2501 sal_Int16 UnoListBoxControl::getSelectedItemPos() throw(uno::RuntimeException) in getSelectedItemPos()
2506 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemPos()
2512 uno::Sequence<sal_Int16> UnoListBoxControl::getSelectedItemsPos() throw(uno::RuntimeException) in getSelectedItemsPos()
2514 uno::Sequence<sal_Int16> aSeq; in getSelectedItemsPos()
2517 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItemsPos()
2523 ::rtl::OUString UnoListBoxControl::getSelectedItem() throw(uno::RuntimeException) in getSelectedItem()
2528 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItem()
2534 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getSelectedItems() throw(uno::RuntimeException) in getSelectedItems()
2536 uno::Sequence< ::rtl::OUString> aSeq; in getSelectedItems()
2539 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in getSelectedItems()
2545 void UnoListBoxControl::selectItemPos( sal_Int16 nPos, sal_Bool bSelect ) throw(uno::RuntimeExcepti… in selectItemPos()
2549 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemPos()
2555 …d UnoListBoxControl::selectItemsPos( const uno::Sequence<sal_Int16>& aPositions, sal_Bool bSelect … in selectItemsPos()
2559 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItemsPos()
2565 void UnoListBoxControl::selectItem( const ::rtl::OUString& aItem, sal_Bool bSelect ) throw(uno::Run… in selectItem()
2569 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in selectItem()
2575 void UnoListBoxControl::makeVisible( sal_Int16 nEntry ) throw(uno::RuntimeException) in makeVisible()
2579 uno::Reference < awt::XListBox > xListBox( getPeer(), uno::UNO_QUERY ); in makeVisible()
2584 void UnoListBoxControl::setDropDownLineCount( sal_Int16 nLines ) throw(uno::RuntimeException) in setDropDownLineCount()
2586 uno::Any aAny; in setDropDownLineCount()
2591 sal_Int16 UnoListBoxControl::getDropDownLineCount() throw(uno::RuntimeException) in getDropDownLineCount()
2596 sal_Bool UnoListBoxControl::isMutipleMode() throw(uno::RuntimeException) in isMutipleMode()
2601 void UnoListBoxControl::setMultipleMode( sal_Bool bMulti ) throw(uno::RuntimeException) in setMultipleMode()
2603 uno::Any aAny; in setMultipleMode()
2608 void UnoListBoxControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExceptio… in itemStateChanged()
2630 awt::Size UnoListBoxControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
2635 awt::Size UnoListBoxControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
2640 awt::Size UnoListBoxControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcept… in calcAdjustedSize()
2645 awt::Size UnoListBoxControl::getMinimumSize( sal_Int16 nCols, sal_Int16 nLines ) throw(uno::Runtime… in getMinimumSize()
2650 void UnoListBoxControl::getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines ) throw(uno::Runtim… in getColumnsAndLines()
2655 …l SAL_CALL UnoListBoxControl::setModel( const uno::Reference< awt::XControlModel >& i_rModel ) thr… in setModel()
2675 void SAL_CALL UnoListBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemInserted()
2683 void SAL_CALL UnoListBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno::… in listItemRemoved()
2691 void SAL_CALL UnoListBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemModified()
2699 void SAL_CALL UnoListBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::R… in allItemsRemoved()
2707 void SAL_CALL UnoListBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::R… in itemListChanged()
2733 uno::Reference< beans::XPropertySetInfo > UnoControlComboBoxModel::getPropertySetInfo( ) throw(uno in IMPL_SERVICEINFO_DERIVED()
2735 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in IMPL_SERVICEINFO_DERIVED()
2744 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
2751 ::rtl::OUString UnoControlComboBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName()
2755 …l::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const uno::Any& rValue ) throw (uno::Excep… in setFastPropertyValue_NoBroadcast()
2787 uno::Any UnoControlComboBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
2791 uno::Any aAny; in ImplGetDefaultValue()
2816 void UnoComboBoxControl::dispose() throw(uno::RuntimeException) in dispose()
2824 uno::Any UnoComboBoxControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExceptio… in queryAggregation()
2826 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
2842 getCppuType( ( uno::Reference< awt::XComboBox>* ) NULL ),
2843 getCppuType( ( uno::Reference< awt::XItemListener>* ) NULL ),
2844 getCppuType( ( uno::Reference< awt::XItemListListener>* ) NULL ),
2858 void UnoComboBoxControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any& rVa… in ImplSetPeerProperty()
2868 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo… in createPeer()
2872 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in createPeer()
2879 void UnoComboBoxControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw( in addActionListener()
2884 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addActionListener()
2889 …id UnoComboBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener()
2893 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in removeActionListener()
2899 void UnoComboBoxControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(uno in addItemListener()
2904 uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); in addItemListener()
2909 void UnoComboBoxControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw( in removeItemListener()
2913uno::Reference < awt::XComboBox > xComboBox( getPeer(), uno::UNO_QUERY ); // MT: Mal alles so ums… in removeItemListener()
2918 void UnoComboBoxControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExcepti… in itemStateChanged()
2938 … SAL_CALL UnoComboBoxControl::setModel( const uno::Reference< awt::XControlModel >& i_rModel ) thr… in setModel()
2958 void SAL_CALL UnoComboBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno in listItemInserted()
2966 void SAL_CALL UnoComboBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemRemoved()
2974 void SAL_CALL UnoComboBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno in listItemModified()
2982 void SAL_CALL UnoComboBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::… in allItemsRemoved()
2990 void SAL_CALL UnoComboBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::… in itemListChanged()
3006 void UnoComboBoxControl::addItem( const ::rtl::OUString& aItem, sal_Int16 nPos ) throw(uno::Runtime… in addItem()
3008 uno::Sequence< ::rtl::OUString> aSeq( 1 ); in addItem()
3013 void UnoComboBoxControl::addItems( const uno::Sequence< ::rtl::OUString>& aItems, sal_Int16 nPos ) … in addItems()
3015 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in addItems()
3016 uno::Sequence< ::rtl::OUString> aSeq; in addItems()
3022 uno::Sequence< ::rtl::OUString> aNewSeq( nNewLen ); in addItems()
3042 uno::Any aAny; in addItems()
3047 void UnoComboBoxControl::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(uno::RuntimeExceptio… in removeItems()
3049 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in removeItems()
3050 uno::Sequence< ::rtl::OUString> aSeq; in removeItems()
3060 uno::Sequence< ::rtl::OUString> aNewSeq( nNewLen ); in removeItems()
3073 uno::Any aAny; in removeItems()
3079 sal_Int16 UnoComboBoxControl::getItemCount() throw(uno::RuntimeException) in getItemCount()
3081 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItemCount()
3082 uno::Sequence< ::rtl::OUString> aSeq; in getItemCount()
3087 ::rtl::OUString UnoComboBoxControl::getItem( sal_Int16 nPos ) throw(uno::RuntimeException) in getItem()
3090 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItem()
3091 uno::Sequence< ::rtl::OUString> aSeq; in getItem()
3098 uno::Sequence< ::rtl::OUString> UnoComboBoxControl::getItems() throw(uno::RuntimeException) in getItems()
3100 uno::Any aVal = ImplGetPropertyValue( GetPropertyName( BASEPROPERTY_STRINGITEMLIST ) ); in getItems()
3101 uno::Sequence< ::rtl::OUString> aSeq; in getItems()
3106 void UnoComboBoxControl::setDropDownLineCount( sal_Int16 nLines ) throw(uno::RuntimeException) in setDropDownLineCount()
3108 uno::Any aAny; in setDropDownLineCount()
3113 sal_Int16 UnoComboBoxControl::getDropDownLineCount() throw(uno::RuntimeException) in getDropDownLineCount()
3130 uno::Any UnoSpinFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
3132 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
3139 getCppuType( ( uno::Reference< awt::XSpinField>* ) NULL ),
3143 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo…
3147 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY );
3154 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XSpinListener >& l ) throw… in addSpinListener()
3159 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in addSpinListener()
3164 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XSpinListener >& l ) throw… in removeSpinListener()
3168 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in removeSpinListener()
3174 void UnoSpinFieldControl::up() throw(::com::sun::star::uno::RuntimeException) in up()
3176 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in up()
3181 void UnoSpinFieldControl::down() throw(::com::sun::star::uno::RuntimeException) in down()
3183 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in down()
3188 void UnoSpinFieldControl::first() throw(::com::sun::star::uno::RuntimeException) in first()
3190 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in first()
3195 void UnoSpinFieldControl::last() throw(::com::sun::star::uno::RuntimeException) in last()
3197 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in last()
3202 void UnoSpinFieldControl::enableRepeat( sal_Bool bRepeat ) throw(::com::sun::star::uno::RuntimeExce… in enableRepeat()
3206 uno::Reference < awt::XSpinField > xField( getPeer(), uno::UNO_QUERY ); in enableRepeat()
3220 ::rtl::OUString UnoControlDateFieldModel::getServiceName() throw(::com::sun::star::uno::RuntimeExce… in getServiceName()
3225 uno::Any UnoControlDateFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3229 uno::Any aAny; in ImplGetDefaultValue()
3242 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
3249 uno::Reference< beans::XPropertySetInfo > UnoControlDateFieldModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo()
3251 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
3274 uno::Any UnoDateFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
3276 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
3283 getCppuType( ( uno::Reference< awt::XDateField>* ) NULL ),
3287 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo…
3291 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY );
3299 void UnoDateFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3301 uno::Reference< awt::XVclWindowPeer > xPeer( getPeer(), uno::UNO_QUERY ); in textChanged()
3311 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in textChanged()
3312 uno::Any aValue; in textChanged()
3323 uno::Reference< awt::XTextComponent > xText( xPeer, uno::UNO_QUERY ); in textChanged()
3340 void UnoDateFieldControl::setDate( sal_Int32 Date ) throw(uno::RuntimeException) in setDate()
3342 uno::Any aAny; in setDate()
3347 sal_Int32 UnoDateFieldControl::getDate() throw(uno::RuntimeException) in getDate()
3352 void UnoDateFieldControl::setMin( sal_Int32 Date ) throw(uno::RuntimeException) in setMin()
3354 uno::Any aAny; in setMin()
3359 sal_Int32 UnoDateFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3364 void UnoDateFieldControl::setMax( sal_Int32 Date ) throw(uno::RuntimeException) in setMax()
3366 uno::Any aAny; in setMax()
3371 sal_Int32 UnoDateFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3376 void UnoDateFieldControl::setFirst( sal_Int32 Date ) throw(uno::RuntimeException) in setFirst()
3381 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in setFirst()
3386 sal_Int32 UnoDateFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3391 void UnoDateFieldControl::setLast( sal_Int32 Date ) throw(uno::RuntimeException) in setLast()
3396 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in setLast()
3401 sal_Int32 UnoDateFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3406 void UnoDateFieldControl::setLongFormat( sal_Bool bLong ) throw(uno::RuntimeException) in setLongFormat()
3411 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in setLongFormat()
3416 sal_Bool UnoDateFieldControl::isLongFormat() throw(uno::RuntimeException) in isLongFormat()
3421 void UnoDateFieldControl::setEmpty() throw(uno::RuntimeException) in setEmpty()
3425 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in setEmpty()
3430 sal_Bool UnoDateFieldControl::isEmpty() throw(uno::RuntimeException) in isEmpty()
3435 uno::Reference < awt::XDateField > xField( getPeer(), uno::UNO_QUERY ); in isEmpty()
3441 void UnoDateFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3443 uno::Any aAny; in setStrictFormat()
3448 sal_Bool UnoDateFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
3462 ::rtl::OUString UnoControlTimeFieldModel::getServiceName() throw(::com::sun::star::uno::RuntimeExce… in getServiceName()
3467 uno::Any UnoControlTimeFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3471 uno::Any aAny; in ImplGetDefaultValue()
3484 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
3491 uno::Reference< beans::XPropertySetInfo > UnoControlTimeFieldModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo()
3493 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
3515 uno::Any UnoTimeFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcepti… in queryAggregation()
3517 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
3524 getCppuType( ( uno::Reference< awt::XTimeField>* ) NULL ),
3528 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo…
3532 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY );
3537 void UnoTimeFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3540 uno::Reference< awt::XVclWindowPeer > xPeer( getPeer(), uno::UNO_QUERY ); in textChanged()
3545 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY ); in textChanged()
3546 uno::Any aValue; in textChanged()
3556 void UnoTimeFieldControl::setTime( sal_Int32 Time ) throw(uno::RuntimeException) in setTime()
3558 uno::Any aAny; in setTime()
3563 sal_Int32 UnoTimeFieldControl::getTime() throw(uno::RuntimeException) in getTime()
3568 void UnoTimeFieldControl::setMin( sal_Int32 Time ) throw(uno::RuntimeException) in setMin()
3570 uno::Any aAny; in setMin()
3575 sal_Int32 UnoTimeFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3580 void UnoTimeFieldControl::setMax( sal_Int32 Time ) throw(uno::RuntimeException) in setMax()
3582 uno::Any aAny; in setMax()
3587 sal_Int32 UnoTimeFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3592 void UnoTimeFieldControl::setFirst( sal_Int32 Time ) throw(uno::RuntimeException) in setFirst()
3597 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY ); in setFirst()
3602 sal_Int32 UnoTimeFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3607 void UnoTimeFieldControl::setLast( sal_Int32 Time ) throw(uno::RuntimeException) in setLast()
3612 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY ); in setLast()
3617 sal_Int32 UnoTimeFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3622 void UnoTimeFieldControl::setEmpty() throw(uno::RuntimeException) in setEmpty()
3626 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY ); in setEmpty()
3631 sal_Bool UnoTimeFieldControl::isEmpty() throw(uno::RuntimeException) in isEmpty()
3636 uno::Reference < awt::XTimeField > xField( getPeer(), uno::UNO_QUERY ); in isEmpty()
3642 void UnoTimeFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3644 uno::Any aAny; in setStrictFormat()
3649 sal_Bool UnoTimeFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
3663 ::rtl::OUString UnoControlNumericFieldModel::getServiceName() throw(::com::sun::star::uno::RuntimeE… in getServiceName()
3668 uno::Any UnoControlNumericFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3672 uno::Any aAny; in ImplGetDefaultValue()
3685 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
3692 uno::Reference< beans::XPropertySetInfo > UnoControlNumericFieldModel::getPropertySetInfo( ) throw… in getPropertySetInfo()
3694 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
3716 uno::Any UnoNumericFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation()
3718 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
3725 getCppuType( ( uno::Reference< awt::XNumericField>* ) NULL ),
3729 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo…
3733 uno::Reference < awt::XNumericField > xField( getPeer(), uno::UNO_QUERY );
3739 void UnoNumericFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3741 uno::Reference < awt::XNumericField > xField( getPeer(), uno::UNO_QUERY ); in textChanged()
3742 uno::Any aAny; in textChanged()
3750 void UnoNumericFieldControl::setValue( double Value ) throw(uno::RuntimeException) in setValue()
3752 uno::Any aAny; in setValue()
3757 double UnoNumericFieldControl::getValue() throw(uno::RuntimeException) in getValue()
3762 void UnoNumericFieldControl::setMin( double Value ) throw(uno::RuntimeException) in setMin()
3764 uno::Any aAny; in setMin()
3769 double UnoNumericFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3774 void UnoNumericFieldControl::setMax( double Value ) throw(uno::RuntimeException) in setMax()
3776 uno::Any aAny; in setMax()
3781 double UnoNumericFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3786 void UnoNumericFieldControl::setFirst( double Value ) throw(uno::RuntimeException) in setFirst()
3791 uno::Reference < awt::XNumericField > xField( getPeer(), uno::UNO_QUERY ); in setFirst()
3796 double UnoNumericFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
3801 void UnoNumericFieldControl::setLast( double Value ) throw(uno::RuntimeException) in setLast()
3806 uno::Reference < awt::XNumericField > xField( getPeer(), uno::UNO_QUERY ); in setLast()
3811 double UnoNumericFieldControl::getLast() throw(uno::RuntimeException) in getLast()
3816 void UnoNumericFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
3818 uno::Any aAny; in setStrictFormat()
3823 sal_Bool UnoNumericFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
3828 void UnoNumericFieldControl::setSpinSize( double Digits ) throw(uno::RuntimeException) in setSpinSize()
3830 uno::Any aAny; in setSpinSize()
3835 double UnoNumericFieldControl::getSpinSize() throw(uno::RuntimeException) in getSpinSize()
3840 void UnoNumericFieldControl::setDecimalDigits( sal_Int16 Digits ) throw(uno::RuntimeException) in setDecimalDigits()
3842 uno::Any aAny; in setDecimalDigits()
3847 sal_Int16 UnoNumericFieldControl::getDecimalDigits() throw(uno::RuntimeException) in getDecimalDigits()
3861 ::rtl::OUString UnoControlCurrencyFieldModel::getServiceName() throw(::com::sun::star::uno::Runtime… in getServiceName()
3866 uno::Any UnoControlCurrencyFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
3870 uno::Any aAny; in ImplGetDefaultValue()
3876 uno::Any aAny; in ImplGetDefaultValue()
3889 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
3896 uno::Reference< beans::XPropertySetInfo > UnoControlCurrencyFieldModel::getPropertySetInfo( ) thro… in getPropertySetInfo()
3898 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
3918 uno::Any UnoCurrencyFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExc… in queryAggregation()
3920 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
3927 getCppuType( ( uno::Reference< awt::XCurrencyField>* ) NULL ),
3931 …::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Reference< awt::XWindo…
3935 uno::Reference < awt::XCurrencyField > xField( getPeer(), uno::UNO_QUERY );
3940 void UnoCurrencyFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged()
3942 uno::Reference < awt::XCurrencyField > xField( getPeer(), uno::UNO_QUERY ); in textChanged()
3943 uno::Any aAny; in textChanged()
3951 void UnoCurrencyFieldControl::setValue( double Value ) throw(uno::RuntimeException) in setValue()
3953 uno::Any aAny; in setValue()
3958 double UnoCurrencyFieldControl::getValue() throw(uno::RuntimeException) in getValue()
3963 void UnoCurrencyFieldControl::setMin( double Value ) throw(uno::RuntimeException) in setMin()
3965 uno::Any aAny; in setMin()
3970 double UnoCurrencyFieldControl::getMin() throw(uno::RuntimeException) in getMin()
3975 void UnoCurrencyFieldControl::setMax( double Value ) throw(uno::RuntimeException) in setMax()
3977 uno::Any aAny; in setMax()
3982 double UnoCurrencyFieldControl::getMax() throw(uno::RuntimeException) in getMax()
3987 void UnoCurrencyFieldControl::setFirst( double Value ) throw(uno::RuntimeException) in setFirst()
3992 uno::Reference < awt::XCurrencyField > xField( getPeer(), uno::UNO_QUERY ); in setFirst()
3997 double UnoCurrencyFieldControl::getFirst() throw(uno::RuntimeException) in getFirst()
4002 void UnoCurrencyFieldControl::setLast( double Value ) throw(uno::RuntimeException) in setLast()
4007 uno::Reference < awt::XCurrencyField > xField( getPeer(), uno::UNO_QUERY ); in setLast()
4012 double UnoCurrencyFieldControl::getLast() throw(uno::RuntimeException) in getLast()
4017 void UnoCurrencyFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
4019 uno::Any aAny; in setStrictFormat()
4024 sal_Bool UnoCurrencyFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
4029 void UnoCurrencyFieldControl::setSpinSize( double Digits ) throw(uno::RuntimeException) in setSpinSize()
4031 uno::Any aAny; in setSpinSize()
4036 double UnoCurrencyFieldControl::getSpinSize() throw(uno::RuntimeException) in getSpinSize()
4041 void UnoCurrencyFieldControl::setDecimalDigits( sal_Int16 Digits ) throw(uno::RuntimeException) in setDecimalDigits()
4043 uno::Any aAny; in setDecimalDigits()
4048 sal_Int16 UnoCurrencyFieldControl::getDecimalDigits() throw(uno::RuntimeException) in getDecimalDigits()
4062 ::rtl::OUString UnoControlPatternFieldModel::getServiceName() throw(::com::sun::star::uno::RuntimeE… in getServiceName()
4067 uno::Any UnoControlPatternFieldModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4071 uno::Any aAny; in ImplGetDefaultValue()
4083 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
4090 uno::Reference< beans::XPropertySetInfo > UnoControlPatternFieldModel::getPropertySetInfo( ) throw… in getPropertySetInfo()
4092 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
4110 void UnoPatternFieldControl::ImplSetPeerProperty( const ::rtl::OUString& rPropName, const uno::Any&… in ImplSetPeerProperty()
4120 uno::Reference < awt::XPatternField > xPF( getPeer(), uno::UNO_QUERY ); in ImplSetPeerProperty()
4136 uno::Any UnoPatternFieldControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExce… in queryAggregation()
4138 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
4145 getCppuType( ( uno::Reference< awt::XPatternField>* ) NULL ),
4149 void UnoPatternFieldControl::setString( const ::rtl::OUString& rString ) throw(uno::RuntimeExceptio…
4154 ::rtl::OUString UnoPatternFieldControl::getString() throw(uno::RuntimeException) in getString()
4159 … const ::rtl::OUString& EditMask, const ::rtl::OUString& LiteralMask ) throw(uno::RuntimeException) in setMasks()
4161 uno::Any aAny; in setMasks()
4168 …l::getMasks( ::rtl::OUString& EditMask, ::rtl::OUString& LiteralMask ) throw(uno::RuntimeException) in getMasks()
4174 void UnoPatternFieldControl::setStrictFormat( sal_Bool bStrict ) throw(uno::RuntimeException) in setStrictFormat()
4176 uno::Any aAny; in setStrictFormat()
4181 sal_Bool UnoPatternFieldControl::isStrictFormat() throw(uno::RuntimeException) in isStrictFormat()
4208 ::rtl::OUString UnoControlProgressBarModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeE… in getServiceName()
4213 uno::Any UnoControlProgressBarModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4217 uno::Any aAny; in ImplGetDefaultValue()
4230 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
4237 uno::Reference< beans::XPropertySetInfo > UnoControlProgressBarModel::getPropertySetInfo( ) throw( in getPropertySetInfo()
4239 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
4258 uno::Any UnoProgressBarControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcep… in queryAggregation()
4260 uno::Any aRet = ::cppu::queryInterface( rType, in queryAggregation()
4267 getCppuType( ( uno::Reference< awt::XProgressBar>* ) NULL ),
4272 void UnoProgressBarControl::setForegroundColor( sal_Int32 nColor ) throw(::com::sun::star::uno::Run…
4274 uno::Any aAny;
4279 void UnoProgressBarControl::setBackgroundColor( sal_Int32 nColor ) throw(::com::sun::star::uno::Run… in setBackgroundColor()
4281 uno::Any aAny; in setBackgroundColor()
4286 void UnoProgressBarControl::setValue( sal_Int32 nValue ) throw(::com::sun::star::uno::RuntimeExcept… in setValue()
4288 uno::Any aAny; in setValue()
4293 void UnoProgressBarControl::setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno:… in setRange()
4295 uno::Any aMin; in setRange()
4296 uno::Any aMax; in setRange()
4315 sal_Int32 UnoProgressBarControl::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
4339 ::rtl::OUString UnoControlFixedLineModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeExc… in getServiceName()
4344 uno::Any UnoControlFixedLineModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4348 uno::Any aAny; in ImplGetDefaultValue()
4360 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
4367 uno::Reference< beans::XPropertySetInfo > UnoControlFixedLineModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo()
4369 static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
4388 sal_Bool UnoFixedLineControl::isTransparent() throw(uno::RuntimeException) in isTransparent()