Home
last modified time | relevance | path

Searched refs:xPropState (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1378 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 Dexp_share.hxx93 css::uno::Reference< css::beans::XPropertyState > const & xPropState, in ElementDescriptor()
98 , _xPropState( xPropState ) in ElementDescriptor()
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx185 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 Dprstylei.cxx389 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 Dxmlexppr.cxx419 Reference< XPropertyState > xPropState( rPropSet, UNO_QUERY ); in FillPropertyStateArray() local
420 if( xPropState.is() ) in FillPropertyStateArray()
422 aStates = xPropState->getPropertyStates( rApiNames ); in FillPropertyStateArray()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DTitleWrapper.cxx406 … 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()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1372 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 Dtxtstyle.cxx96 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyleAttributes() local
98 xPropState->getPropertyState( sPageDescName ) ) in exportStyleAttributes()
H A Dtxtftne.cxx115 Reference<XPropertyState> xPropState( rPropSet, UNO_QUERY ); in exportTextFootnote() local
118 addHyperlinkAttributes( rPropSet, xPropState, xPropSetInfo ); in exportTextFootnote()
H A Dtxtparae.cxx2762 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportAnyTextFrame() local
2794 xPropState,xPropSetInfo ), in exportAnyTextFrame()
3306 Reference< XPropertyState > xPropState( xPropSet, UNO_QUERY ); in exportTextRange() local
3308 bHyperlinkAttrsAdded = addHyperlinkAttributes( xPropSet, xPropState, xPropSetInfo ); in exportTextRange()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1026 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()
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx1408 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 Dshapeexport.cxx395 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()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx188 Reference< XPropertyState > xPropState( mxPropSet, UNO_QUERY_THROW ); in HasProperty() local
189 …bHasProp = xPropState->getPropertyState( rPropName ) == ::com::sun::star::beans::PropertyState_DIR… in HasProperty()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java389 … XPropertyState xPropState = UnoRuntime.queryInterface(XPropertyState.class, xValCellCursor); in replaceValueCellofTable() local
390 xPropState.setPropertyToDefault("CharFontName"); in replaceValueCellofTable()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx817 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()

Completed in 129 milliseconds