Home
last modified time | relevance | path

Searched refs:xProp (Results 176 – 200 of 237) sorted by relevance

12345678910

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx265 uno::Reference< beans::XPropertySet > xProp( m_xChartView, uno::UNO_QUERY ); in setPosSize() local
266 if( xProp.is() ) in setPosSize()
277 xProp->setPropertyValue( C2U("ZoomFactors"), uno::makeAny( aZoomFactors )); in setPosSize()
511 uno::Reference< beans::XPropertySet > xProp( m_xChartView, uno::UNO_QUERY ); in execute_Paint() local
512 if( xProp.is() ) in execute_Paint()
523 xProp->setPropertyValue( C2U("Resolution"), uno::makeAny( aResolution )); in execute_Paint()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx59 const uno::Reference< beans::XPropertySet > & xProp ) in lcl_GetYErrorBar()
63 if( xProp.is()) in lcl_GetYErrorBar()
66 ( xProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xResult ); in lcl_GetYErrorBar()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx525 Reference<XPropertySet> xProp; in describeColumn() local
534 xNameAccess->getByName(sColumnName) >>= xProp; in describeColumn()
535 AddParameter(_pParameter,xProp); in describeColumn()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx405 Reference<XPropertySet> xProp(xAdminDialog,UNO_QUERY); in impl_executeNewDatabaseWizard() local
407xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OpenDatabase"))) >>= bSuccess; in impl_executeNewDatabaseWizard()
408xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StartTableWizard"))) >>= _bSh… in impl_executeNewDatabaseWizard()
H A Dxmlfilter.cxx641 uno::Reference<XPropertySet> xProp(getDataSource()); in SetConfigurationSettings() local
642 if ( xProp.is() ) in SetConfigurationSettings()
643 xProp->setPropertyValue(PROPERTY_LAYOUTINFORMATION,makeAny(aWindows)); in SetConfigurationSettings()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java159 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface( in getStorageId() local
164 xProp.getPropertyValue("DefaultContext")); in getStorageId()
H A D_XScriptSecurity.java336 XPropertySet xProp = (XPropertySet)UnoRuntime.queryInterface( in getStorageId() local
341 xProp.getPropertyValue("DefaultContext")); in getStorageId()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DCharacterStyle.java171 XPropertySet xProp = (XPropertySet) in createTestEnvironment() local
175 xProp.setPropertyValue("CharStyleName", oMyStyle.getName()); in createTestEnvironment()
H A DConditionalParagraphStyle.java166 XPropertySet xProp = (XPropertySet) in createTestEnvironment() local
169 xProp.setPropertyValue("ParaStyleName", oMyStyle.getName()); in createTestEnvironment()
H A DParagraphStyle.java156 XPropertySet xProp = (XPropertySet) in createTestEnvironment() local
160 xProp.setPropertyValue("ParaStyleName", oMyStyle.getName()); in createTestEnvironment()
H A DSwXStyle.java193 XPropertySet xProp = (XPropertySet) in createTestEnvironment() local
197 xProp.setPropertyValue("CharStyleName", oMyStyle.getName()); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java126 com.sun.star.beans.XPropertySet xProp = xNumberFormats.getByKey( nIndexKey ); in doFunction() local
129 String aFormatCode = (String) xProp.getPropertyValue( "FormatString" ); in doFunction()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx340 uno::Reference<beans::XPropertySet> xProp(m_xReportComponent,uno::UNO_QUERY); in IMPL_LINK() local
341 if ( xProp.is() ) in IMPL_LINK()
343 m_pPropWin->Update(xProp); in IMPL_LINK()
H A Ddlgedfunc.cxx157 uno::Reference< beans::XPropertySet > xProp(xComponent, uno::UNO_QUERY_THROW); in lcl_setColorOfObject() local
162 uno::Any aAny = xProp->getPropertyValue(PROPERTY_CONTROLBACKGROUND); in lcl_setColorOfObject()
168 xProp->setPropertyValue(PROPERTY_CONTROLBACKGROUND, aBlackColorAny); in lcl_setColorOfObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx176 Reference<XPropertySet> xProp(xObject,UNO_QUERY); in dropObject() local
178 …if((bIsView = (xProp.is() && ::comphelper::getString(xProp->getPropertyValue(OMetaConnection::getP… in dropObject()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx3267 uno::Reference< beans::XPropertySet > xProp(xText, uno::UNO_QUERY); in getNumberFormatKeyByIndex() local
3268 if( xProp.is()) in getNumberFormatKeyByIndex()
3269 xProp->getPropertyValue( in getNumberFormatKeyByIndex()
3277 uno::Reference< beans::XPropertySet > xProp( in getNumberFormatKeyByIndex() local
3279 if( xProp.is()) in getNumberFormatKeyByIndex()
3280 xProp->getPropertyValue( in getNumberFormatKeyByIndex()
3713 uno::Reference< beans::XPropertySet > xProp( xClone, uno::UNO_QUERY ); in createClone() local
3714 if( xProp.is()) in createClone()
3716xProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_ROLE )), in createClone()
3718xProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_INCLUDEHIDDENCEL… in createClone()
/trunk/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx132 uno::Reference<beans::XPropertySet> xProp(m_xFormComponentHandler,uno::UNO_QUERY); in inspect() local
133 xProp->setPropertyValue(sRowSet,xNameCont->getByName(sRowSet)); in inspect()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1287 Reference< beans::XPropertySet > xProp( xDialog, UNO_QUERY ); in ExecLingu() local
1288 if( xProp.is() ) in ExecLingu()
1292xProp->getPropertyValue( C2U("IsDirectionToSimplified") ) >>= bToSimplified; in ExecLingu()
1293xProp->getPropertyValue( C2U("IsUseCharacterVariants") ) >>= bUseVariants; in ExecLingu()
1294xProp->getPropertyValue( C2U("IsTranslateCommonTerms") ) >>= bCommonTerms; in ExecLingu()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx329 uno::Reference< beans::XPropertySet > xProp( ::GetLinguPropertySet() ); in Start() local
366 uno::Reference< beans::XPropertySet > xProp( GetLinguPropertySet() ); in Continue() local
489 uno::Reference< beans::XPropertySet > xProp( ::GetLinguPropertySet() ); in IsAuto() local
490 return xProp.is() ? *(sal_Bool*)xProp->getPropertyValue( in IsAuto()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScStyleObj.java222 XPropertySet xProp = (XPropertySet) in createTestEnvironment() local
226 xProp.setPropertyValue("CellStyle", oMyStyle.getName()); in createTestEnvironment()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx179 Reference< XPropertySet > xProp( xDrawPage, UNO_QUERY ); in exportAll() local
182 xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Width") ) ) >>= mnDocWidth; in exportAll()
183 xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Height") ) ) >>= mnDocHeight; in exportAll()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx679 Reference< XPropertySet > xProp( _rxDefinition, UNO_QUERY_THROW ); in onDocumentOpened() local
680 Reference< XPropertySetInfo > xPSI( xProp->getPropertySetInfo(), UNO_SET_THROW ); in onDocumentOpened()
681xProp->addPropertyChangeListener( PROPERTY_NAME, static_cast< XPropertyChangeListener* >( this ) ); in onDocumentOpened()
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx129 uno::Reference<beans::XPropertySet> xProp(xDataSequence, uno::UNO_QUERY ); in lcl_getDataPointValueText() local
130 if( xProp.is()) in lcl_getDataPointValueText()
134 uno::Any aARole = xProp->getPropertyValue( C2U( "Role" ) ); in lcl_getDataPointValueText()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx887 uno::Reference< beans::XPropertySet > xProp( rInfo.xTextShape, uno::UNO_QUERY); in rearrangeLabelToAvoidOverlapIfRequested() local
888 if( xProp.is() ) in rearrangeLabelToAvoidOverlapIfRequested()
891 xProp->getPropertyValue(C2U("CharColor")) >>= nColor; in rearrangeLabelToAvoidOverlapIfRequested()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx322 Reference<XPropertySet> xProp(xStorage,UNO_QUERY); in connect() local
323 if ( xProp.is() ) in connect()
326 xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OpenMode"))) >>= nMode; in connect()

Completed in 196 milliseconds

12345678910