Searched refs:VCLXMessageBox (Results 1 – 5 of 5) sorted by relevance
752 *ppNewComp = new VCLXMessageBox; in ImplCreateWindow()788 *ppNewComp = new VCLXMessageBox; in ImplCreateWindow()809 *ppNewComp = new VCLXMessageBox; in ImplCreateWindow()872 *ppNewComp = new VCLXMessageBox; in ImplCreateWindow()957 *ppNewComp = new VCLXMessageBox; in ImplCreateWindow()
2198 void VCLXMessageBox::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()2203 VCLXMessageBox::VCLXMessageBox() in VCLXMessageBox() function in VCLXMessageBox2207 VCLXMessageBox::~VCLXMessageBox() in ~VCLXMessageBox()2212 ::com::sun::star::uno::Any VCLXMessageBox::queryInterface( const ::com::sun::star::uno::Type & rTyp… in queryInterface()2220 IMPL_XTYPEPROVIDER_START( VCLXMessageBox )2225 void VCLXMessageBox::setCaptionText( const ::rtl::OUString& rText ) throw(::com::sun::star::uno::Ru…2234 ::rtl::OUString VCLXMessageBox::getCaptionText() throw(::com::sun::star::uno::RuntimeException) in getCaptionText()2245 void VCLXMessageBox::setMessageText( const ::rtl::OUString& rText ) throw(::com::sun::star::uno::Ru… in setMessageText()2254 ::rtl::OUString VCLXMessageBox::getMessageText() throw(::com::sun::star::uno::RuntimeException) in getMessageText()2265 sal_Int16 VCLXMessageBox::execute() throw(::com::sun::star::uno::RuntimeException) in execute()[all …]
79 case WINDOW_ERRORBOX: return new VCLXMessageBox; in CreateXWindow()
340 class VCLXMessageBox : public ::com::sun::star::awt::XMessageBox, class344 VCLXMessageBox();345 ~VCLXMessageBox();
237 source/awt/vclxwindows.cxx: Move VCLXMessageBox's getMinimumSize()
Completed in 54 milliseconds