/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1378 if (! xPropState.is()) in exportDialogModel() 1394 xProps, xPropState, in exportDialogModel() 1400 xProps, xPropState, in exportDialogModel() 1413 xProps, xPropState, in exportDialogModel() 1421 xProps, xPropState, in exportDialogModel() 1429 xProps, xPropState, in exportDialogModel() 1437 xProps, xPropState, in exportDialogModel() 1445 xProps, xPropState, in exportDialogModel() 1453 xProps, xPropState, in exportDialogModel() 1461 xProps, xPropState, in exportDialogModel() [all …]
|
H A D | exp_share.hxx | 93 css::uno::Reference< css::beans::XPropertyState > const & xPropState, in ElementDescriptor() 98 , _xPropState( xPropState ) in ElementDescriptor()
|
/aoo42x/main/xmloff/source/style/ |
H A D | styleexp.cxx | 185 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyle() local 186 if( PropertyState_DIRECT_VALUE == xPropState->getPropertyState( sOutlineLevel ) ) in exportStyle() 218 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyle() local 220 xPropState->getPropertyState( sNumberingStyleName ) ) in exportStyle() 286 Reference<XStyle> xStyle( xPropState, UNO_QUERY ); in exportStyle() 297 xPropState = Reference< XPropertyState >( xStyles->getByName( aParentStyle ), UNO_QUERY ); in exportStyle() 298 if ( !xPropState.is() ) in exportStyle() 302 if ( xPropState->getPropertyState( sNumberingStyleName ) == PropertyState_DIRECT_VALUE ) in exportStyle() 309 xStyle = Reference<XStyle>( xPropState, UNO_QUERY ); in exportStyle()
|
H A D | prstylei.cxx | 389 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in CreateAndInsert() local 422 xPropState->getPropertyStates( aNames ) ); in CreateAndInsert() 429 xPropState->setPropertyToDefault( pNames[i] ); in CreateAndInsert()
|
H A D | xmlexppr.cxx | 419 Reference< XPropertyState > xPropState( rPropSet, UNO_QUERY ); in FillPropertyStateArray() local 420 if( xPropState.is() ) in FillPropertyStateArray() 422 aStates = xPropState->getPropertyStates( rApiNames ); in FillPropertyStateArray()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | TitleWrapper.cxx | 406 … Reference< beans::XPropertyState > xPropState( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in getPropertyState() local 407 if( xPropState.is() ) in getPropertyState() 411 aState = pWrappedProperty->getPropertyState( xPropState ); in getPropertyState() 413 aState = xPropState->getPropertyState( rPropertyName ); in getPropertyState() 441 … Reference< beans::XPropertyState > xPropState( getFirstCharacterPropertySet(), uno::UNO_QUERY ); in getPropertyDefault() local 442 if( xPropState.is() ) in getPropertyDefault() 446 aRet = pWrappedProperty->getPropertyDefault(xPropState); in getPropertyDefault() 448 aRet = xPropState->getPropertyDefault( rPropertyName ); in getPropertyDefault()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtimp.cxx | 1372 Reference< XPropertyState > xPropState( xParaStyles->getByName( sStyleName ), in lcl_HasListStyle() local 1374 if ( !xPropState.is() ) in lcl_HasListStyle() 1380 if ( xPropState->getPropertyState( sNumberingStyleName ) == PropertyState_DIRECT_VALUE ) in lcl_HasListStyle() 1385 Reference< XPropertySet > xPropSet( xPropState, UNO_QUERY ); in lcl_HasListStyle() 1408 Reference<XStyle> xStyle( xPropState, UNO_QUERY ); in lcl_HasListStyle() 1426 xPropState = Reference< XPropertyState >( in lcl_HasListStyle() 1429 if ( !xPropState.is() ) in lcl_HasListStyle() 1434 … if ( xPropState->getPropertyState( sNumberingStyleName ) == PropertyState_DIRECT_VALUE ) in lcl_HasListStyle() 1440 Reference< XPropertySet > xPropSet( xPropState, UNO_QUERY ); in lcl_HasListStyle() 1471 xStyle = Reference<XStyle>( xPropState, UNO_QUERY ); in lcl_HasListStyle()
|
H A D | txtstyle.cxx | 96 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyleAttributes() local 98 xPropState->getPropertyState( sPageDescName ) ) in exportStyleAttributes()
|
H A D | txtftne.cxx | 115 Reference<XPropertyState> xPropState( rPropSet, UNO_QUERY ); in exportTextFootnote() local 118 addHyperlinkAttributes( rPropSet, xPropState, xPropSetInfo ); in exportTextFootnote()
|
H A D | txtparae.cxx | 2760 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame() local 2792 xPropState,xPropSetInfo ), in exportAnyTextFrame() 3304 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange() local 3306 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 1026 Reference< XPropertyState > xPropState(xAffectedCol, UNO_QUERY); in SetColWidth() local 1027 if (xPropState.is()) in SetColWidth() 1029 try { aNewWidth = xPropState->getPropertyDefault(PROPERTY_WIDTH); } catch(Exception&) { } ; in SetColWidth() 1056 Reference< XPropertyState > xPropState(xCols, UNO_QUERY); in SetRowHeight() local 1057 if (xPropState.is()) in SetRowHeight() 1061 aNewHeight = xPropState->getPropertyDefault(PROPERTY_ROW_HEIGHT); in SetRowHeight()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpstyl.cxx | 1408 uno::Reference< beans::XPropertyState > xPropState( xStyle, uno::UNO_QUERY ); in ImpSetGraphicStyles() local 1410 if( xPropState.is() ) in ImpSetGraphicStyles() 1423 …fo->hasPropertyByName( rName ) && beans::PropertyState_DIRECT_VALUE == xPropState->getPropertyStat… in ImpSetGraphicStyles() 1425 xPropState->setPropertyToDefault( rName ); in ImpSetGraphicStyles()
|
H A D | shapeexport.cxx | 395 uno::Reference< beans::XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in collectShapeAutoStyles() local 396 if ( xPropSetInfo.is() && xPropState.is() ) in collectShapeAutoStyles() 408 …&& ( beans::PropertyState_DEFAULT_VALUE == xPropState->getPropertyState( s_sParaAdjustPropertyNam… in collectShapeAutoStyles()
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 188 Reference< XPropertyState > xPropState( mxPropSet, UNO_QUERY_THROW ); in HasProperty() local 189 …bHasProp = xPropState->getPropertyState( rPropName ) == ::com::sun::star::beans::PropertyState_DIR… in HasProperty()
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | DBColumn.java | 389 … XPropertyState xPropState = UnoRuntime.queryInterface(XPropertyState.class, xValCellCursor); in replaceValueCellofTable() local 390 xPropState.setPropertyToDefault("CharFontName"); in replaceValueCellofTable()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 817 uno::Reference< beans::XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyleAttributes() local 818 if( xPropState.is() && (beans::PropertyState_DIRECT_VALUE == in exportStyleAttributes() 819 xPropState->getPropertyState( sNumberFormat )) ) in exportStyleAttributes()
|