/aoo41x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 376 writeCoreProperties( XmlFilterBase& rSelf, Reference< XDocumentProperties > xProperties ) in writeCoreProperties() argument 398 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties() 409 writeElement( pCoreProps, FSNS( XML_dc, XML_subject ), xProperties->getSubject() ); in writeCoreProperties() 410 writeElement( pCoreProps, FSNS( XML_dc, XML_title ), xProperties->getTitle() ); in writeCoreProperties() 419 writeAppProperties( XmlFilterBase& rSelf, Reference< XDocumentProperties > xProperties ) in writeAppProperties() argument 432 writeElement( pAppProps, XML_Template, xProperties->getTemplateName() ); in writeAppProperties() 445 writeElement( pAppProps, XML_TotalTime, xProperties->getEditingDuration() ); in writeAppProperties() 460 writeElement( pAppProps, XML_Application, xProperties->getGenerator() ); in writeAppProperties() 470 if( xProperties.is() ) in exportDocumentProperties() 472 writeCoreProperties( *this, xProperties ); in exportDocumentProperties() [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterConfigurationAccess.cxx | 179 Reference<beans::XPropertySet> xProperties (maNode, UNO_QUERY); in SetProperty() local 180 if (xProperties.is()) in SetProperty() 182 xProperties->setPropertyValue(rsPropertyName, rValue); in SetProperty() 352 Reference<beans::XPropertySet> xProperties ( in Find() local 355 if (xProperties.is()) in Find() 356 if (rPredicate(aKeys[nItemIndex], xProperties)) in Find() 357 return Any(xProperties); in Find()
|
H A D | PresenterController.cxx | 185 Reference<beans::XPropertySet> xProperties (mxSlideShowController, UNO_QUERY); in PresenterController() local 186 if (xProperties.is()) in PresenterController() 189 xProperties->getPropertyValue(A2S("ParentWindow")), UNO_QUERY); in PresenterController() 1306 Reference<beans::XPropertySet> xProperties(xSlides->getByIndex(0),UNO_QUERY_THROW); in GetSlideAspectRatio() local 1309 if ((xProperties->getPropertyValue(OUString::createFromAscii("Width")) >>= nWidth) in GetSlideAspectRatio() 1310 … && (xProperties->getPropertyValue(OUString::createFromAscii("Height")) >>= nHeight) in GetSlideAspectRatio()
|
H A D | PresenterButton.cxx | 61 Reference<beans::XPropertySet> xProperties (GetConfigurationProperties( in Create() local 64 if (xProperties.is()) in Create() 68 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Text")) >>= sText; in Create() 69 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Action")) >>= sAction; in Create()
|
H A D | PresenterScreen.cxx | 512 Reference<beans::XPropertySet> xProperties (rxPresentation, UNO_QUERY); in GetScreenNumber() local 513 if ( ! xProperties.is()) in GetScreenNumber() 517 if ( ! (xProperties->getPropertyValue(A2S("Display")) >>= nDisplayNumber)) in GetScreenNumber()
|
H A D | PresenterToolBar.cxx | 1630 Reference<beans::XPropertySet> xProperties ( in ReadElementMode() local 1632 if ( ! xProperties.is() && rpDefaultMode.get()!=NULL) in ReadElementMode() 1642 if ( ! (PresenterConfigurationAccess::GetProperty(xProperties, A2S("Action")) >>= msAction)) in ReadElementMode() 1648 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Text")) >>= sText; in ReadElementMode() 1650 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Font")), UNO_QUERY); in ReadElementMode() 1661 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Icon")), UNO_QUERY); in ReadElementMode()
|
H A D | PresenterTextView.cxx | 629 Reference<beans::XPropertySet> xProperties (rxTextRange, UNO_QUERY); in PresenterTextParagraph() local 633 xProperties->getPropertyValue(A2S("CharLocale")) >>= aLocale; in PresenterTextParagraph() 641 xProperties->getPropertyValue(A2S("ParaAdjust")) >>= meAdjust; in PresenterTextParagraph() 649 xProperties->getPropertyValue(A2S("WritingMode")) >>= mnWritingMode; in PresenterTextParagraph()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartController_Tools.cxx | 501 Reference< beans::XPropertySet > xProperties( xTextShape, uno::UNO_QUERY_THROW ); in impl_PasteStringAsTextShape() local 502 xProperties->setPropertyValue( C2U( "TextAutoGrowHeight" ), uno::makeAny( true ) ); in impl_PasteStringAsTextShape() 503 xProperties->setPropertyValue( C2U( "TextAutoGrowWidth" ), uno::makeAny( true ) ); in impl_PasteStringAsTextShape() 504 xProperties->setPropertyValue( C2U( "CharHeight" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape() 505 … xProperties->setPropertyValue( C2U( "CharHeightAsian" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape() 506 … xProperties->setPropertyValue( C2U( "CharHeightComplex" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape() 507 …xProperties->setPropertyValue( C2U( "TextVerticalAdjust" ), uno::makeAny( drawing::TextVerticalAdj… in impl_PasteStringAsTextShape() 508 …xProperties->setPropertyValue( C2U( "TextHorizontalAdjust" ), uno::makeAny( drawing::TextHorizonta… in impl_PasteStringAsTextShape() 509 … xProperties->setPropertyValue( C2U( "CharFontName" ), uno::makeAny( C2U( "Albany" ) ) ); in impl_PasteStringAsTextShape()
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaymanager.cxx | 143 uno::Sequence< beans::PropertyValue > xProperties(1); in OverlayManager() local 144 xProperties[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReducedDisplayQuality")); in OverlayManager() 145 xProperties[0].Value <<= true; in OverlayManager() 146 maViewInformation2D = drawinglayer::geometry::ViewInformation2D(xProperties); in OverlayManager()
|
/aoo41x/main/xmloff/source/style/ |
H A D | PageMasterImportContext.cxx | 192 Reference < beans::XPropertySet > xProperties ( xInt, UNO_QUERY ); in SetDefaults() local 193 if ( xProperties.is() ) in SetDefaults() 194 FillPropertySet ( xProperties ); in SetDefaults()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | SdUnoSlideView.cxx | 162 Reference<beans::XPropertySet> xProperties (rxDrawPage, UNO_QUERY); in setCurrentPage() local 163 if (xProperties.is()) in setCurrentPage() 166 … if (xProperties->getPropertyValue(::rtl::OUString::createFromAscii("Number")) >>= nPageNumber) in setCurrentPage()
|
/aoo41x/main/odk/examples/DevelopersGuide/Config/ |
H A D | ConfigExamples.java | 386 XHierarchicalPropertySet xProperties = in readGridConfiguration() local 389 Object aVisible = xProperties.getHierarchicalPropertyValue("Option/VisibleGrid"); in readGridConfiguration() 393 Object xSubdivision = xProperties.getHierarchicalPropertyValue("Subdivision"); in readGridConfiguration() 410 Object xResolution = xProperties.getHierarchicalPropertyValue("Resolution"); in readGridConfiguration() 576 XMultiHierarchicalPropertySet xProperties = in editGridOptions() local 580 dialog.setModel( xProperties ); in editGridOptions()
|
/aoo41x/main/offapi/com/sun/star/smarttags/ |
H A D | XSmartTagAction.idl | 159 [in] com::sun::star::container::XStringKeyMap xProperties); 199 @param xProperties 225 [in] com::sun::star::container::XStringKeyMap xProperties, 268 @param xProperties 289 [in] com::sun::star::container::XStringKeyMap xProperties,
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2261 uno::Reference <beans::XPropertySet> xProperties(xInterface, uno::UNO_QUERY); in SetConfigurationSettings() local 2262 if (xProperties.is()) in SetConfigurationSettings() 2263 SvXMLUnitConverter::convertPropertySet(xProperties, aConfigProps); in SetConfigurationSettings() 2279 … uno::Reference <beans::XPropertySet> xProperties(xLocalNumberFormats->getByKey(nKey)); in SetCurrencySymbol() local 2280 if (xProperties.is()) in SetCurrencySymbol() 2283 if (GetDocument() && (xProperties->getPropertyValue(sLocale) >>= aLocale)) in SetCurrencySymbol() 2450 uno::Reference <beans::XPropertySet> xProperties (xSheetCellRanges, uno::UNO_QUERY); in SetStyleToRanges() local 2451 if (xProperties.is()) in SetStyleToRanges() 2458 pStyle->FillPropertySet(xProperties); in SetStyleToRanges() 2460 SetType(xProperties, nNumberFormat, nPrevCellType, sPrevCurrency); in SetStyleToRanges() [all …]
|
H A D | xmlbodyi.cxx | 298 uno::Reference <beans::XPropertySet> xProperties(xIndex->getByIndex(i), uno::UNO_QUERY); in EndElement() 299 if (xProperties.is()) in EndElement() 308 pStyle->FillPropertySet(xProperties); in EndElement()
|
H A D | xmlcelli.cxx | 577 …uno::Reference <beans::XPropertySet> xProperties (xCellRange->getCellRangeByPosition(aCellAddress.… in SetCellProperties() local 579 if (xProperties.is()) in SetCellProperties() 580 SetContentValidation(xProperties); in SetCellProperties() 588 uno::Reference <beans::XPropertySet> xProperties (xCell, uno::UNO_QUERY); in SetCellProperties() local 589 if (xProperties.is()) in SetCellProperties() 590 SetContentValidation(xProperties); in SetCellProperties()
|
H A D | xmlexprt.cxx | 439 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> xProperties( in GetFieldUnit() local 443 if (xProperties.is()) in GetFieldUnit() 1876 if (xProperties.is()) in _ExportStyles() 1925 uno::Reference<sheet::XSheetCellRanges> xCellRanges( xProperties, uno::UNO_QUERY ); in AddStyleFromCells() 1987 xProperties->getPropertyValue(SC_NUMBERFORMAT) >>= nNumberFormat; in AddStyleFromCells() 2206 uno::Reference <beans::XPropertySet> xProperties( in _ExportAutoStyles() local 2209 AddStyleFromCells(xProperties, xTable, nTable, &aCellIter->maName); in _ExportAutoStyles() 2492 if (xProperties.is()) in _ExportAutoStyles() 2494 AddStyleFromCells(xProperties, xTable, nTable, NULL); in _ExportAutoStyles() 4355 if (xProperties.is()) in GetConfigurationSettings() [all …]
|
H A D | xmlsubti.cxx | 257 … uno::Reference <beans::XPropertySet> xProperties(xCurrentSheet, uno::UNO_QUERY); in NewSheet() local 258 if (xProperties.is()) in NewSheet() 267 pStyle->FillPropertySet(xProperties); in NewSheet()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtstyli.cxx | 272 Reference < XPropertySet > xProperties ( xInt, UNO_QUERY ); in SetDefaults() local 273 if ( xProperties.is() ) in SetDefaults() 274 FillPropertySet ( xProperties ); in SetDefaults()
|
/aoo41x/main/svl/source/misc/ |
H A D | urihelper.cxx | 899 uno::Reference< beans::XPropertySet > xProperties; in queryFSysStyle() local 901 xProperties in queryFSysStyle() 905 if (xProperties.is()) in queryFSysStyle() 908 xProperties->getPropertyValue(rtl::OUString( in queryFSysStyle()
|
/aoo41x/main/svx/source/form/ |
H A D | fmshimp.cxx | 1600 Reference< XPropertySet> xProperties(xActiveControl->getModel(), UNO_QUERY); in ExecuteSearch() local 1601 …per::hasProperty(FM_PROP_CONTROLSOURCE, xProperties) && ::comphelper::hasProperty(FM_PROP_BOUNDFIE… in ExecuteSearch() 1604 xProperties->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in ExecuteSearch() 1611 strActiveField = getLabelName(xProperties).getStr(); in ExecuteSearch() 4141 Reference< XPropertySet> xProperties(xElement, UNO_QUERY); in ShouldHandleElement() local 4142 …per::hasProperty(FM_PROP_CONTROLSOURCE, xProperties) && ::comphelper::hasProperty(FM_PROP_BOUNDFIE… in ShouldHandleElement() 4146 xProperties->getPropertyValue(FM_PROP_BOUNDFIELD) >>= xField; in ShouldHandleElement() 4150 m_sCurrentValue = ::comphelper::getString(xProperties->getPropertyValue(FM_PROP_CONTROLSOURCE)); in ShouldHandleElement() 4156 if (::comphelper::hasProperty(FM_PROP_CLASSID, xProperties)) in ShouldHandleElement() 4158 Any aClassId( xProperties->getPropertyValue(FM_PROP_CLASSID) ); in ShouldHandleElement()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3643 … uno::Reference< beans::XPropertySet > xProperties = xLineProperties->getLineNumberingProperties(); in SetLineNumbering() local 3645 … xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_IS_ON ), aTrue); in SetLineNumbering() 3646 … xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_COUNT_EMPTY_LINES ), aTrue ); in SetLineNumbering() 3647 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_COUNT_LINES_IN_FRAMES ), uno::make… in SetLineNumbering() 3648 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_INTERVAL ), uno::make… in SetLineNumbering() 3649 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_DISTANCE ), uno::make… in SetLineNumbering() 3650 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_NUMBER_POSITION ), uno::make… in SetLineNumbering() 3651 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_NUMBERING_TYPE ), uno::make… in SetLineNumbering() 3652 …xProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_RESTART_AT_EACH_PAGE ), uno::make… in SetLineNumbering()
|
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 655 Reference< XMultiPropertySet > xProperties( m_xCursorProperties, UNO_QUERY ); in execute() local 656 … OSL_ENSURE( xProperties.is(), "FormOperations::execute: no multi property access!" ); in execute() 657 if ( xProperties.is() ) in execute() 668 xProperties->setPropertyValues( aNames, aValues ); in execute()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | MasterPageContainer.cxx | 1033 uno::Reference<beans::XPropertySet> xProperties(xNewPage, uno::UNO_QUERY); in GetModel() local 1034 if (xProperties.is()) in GetModel() 1035 xProperties->setPropertyValue( in GetModel()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDrawDocumentView.cxx | 1094 uno::Reference<beans::XPropertySet> xProperties (xView->getCurrentPage(), UNO_QUERY); in UpdateAccessibleName() local 1095 if (xProperties.is()) in UpdateAccessibleName() 1099 if (xProperties->getPropertyValue(A2S("Number")) >>= nPageNumber) in UpdateAccessibleName()
|