Home
last modified time | relevance | path

Searched refs:xProperties (Results 1 – 25 of 39) sorted by path

12

/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx501 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()
505xProperties->setPropertyValue( C2U( "CharHeightAsian" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape()
506xProperties->setPropertyValue( C2U( "CharHeightComplex" ), uno::makeAny( fCharHeight ) ); in impl_PasteStringAsTextShape()
507xProperties->setPropertyValue( C2U( "TextVerticalAdjust" ), uno::makeAny( drawing::TextVerticalAdj… in impl_PasteStringAsTextShape()
508xProperties->setPropertyValue( C2U( "TextHorizontalAdjust" ), uno::makeAny( drawing::TextHorizonta… in impl_PasteStringAsTextShape()
509xProperties->setPropertyValue( C2U( "CharFontName" ), uno::makeAny( C2U( "Albany" ) ) ); in impl_PasteStringAsTextShape()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx278 …uno::Reference< beans::XPropertySet > xProperties( static_cast< ::cppu::OWeakObject* >( this ), un… in impl_adjustAdditionalShapesPositionAndSize() local
279 if ( xProperties.is() ) in impl_adjustAdditionalShapesPositionAndSize()
282 xProperties->getPropertyValue( C2U( "AdditionalShapes" ) ) >>= xShapes; in impl_adjustAdditionalShapesPositionAndSize()
/trunk/main/desktop/source/app/
H A Dapp.cxx933 const ::css::uno::Sequence< ::css::beans::NamedValue> xProperties( &aNamedProps, 1); in installBundledExtensionBlobs() local
951 … xEM->addExtension( aFileStat.getFileURL(), xProperties, OUSTR("user"), xAbortChannel, xCmdEnv); in installBundledExtensionBlobs()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx655 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()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java386 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()
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl159 [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,
/trunk/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx200 … ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties > xProperties );
/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx376 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 …]
/trunk/main/package/source/xstor/
H A Dxstorage.cxx195 uno::Sequence< beans::PropertyValue > xProperties, in OStorage_Impl()
207 , m_xProperties( xProperties ) in OStorage_Impl()
235 uno::Sequence< beans::PropertyValue > xProperties, in OStorage_Impl()
247 , m_xProperties( xProperties ) in OStorage_Impl()
1933 uno::Sequence< beans::PropertyValue > xProperties, in OStorage()
1936 : m_pImpl( new OStorage_Impl( xInputStream, nMode, xProperties, xFactory, nStorageType ) ) in OStorage()
1945 uno::Sequence< beans::PropertyValue > xProperties, in OStorage()
1948 : m_pImpl( new OStorage_Impl( xStream, nMode, xProperties, xFactory, nStorageType ) ) in OStorage()
H A Dxstorage.hxx187 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
193 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
324 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
330 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
/trunk/main/sc/source/filter/xml/
H A Dxmlbodyi.cxx298 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 Dxmlcelli.cxx577 …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 Dxmlexprt.cxx439 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 Dxmlexprt.hxx211 const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xProperties,
H A Dxmlimprt.cxx2261 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 Dxmlstyli.cxx552 …uno::Reference <beans::XPropertySet> xProperties(xMultiServiceFactory->createInstance(rtl::OUStrin… in SetDefaults() local
553 if (xProperties.is()) in SetDefaults()
554 FillPropertySet(xProperties); in SetDefaults()
H A Dxmlsubti.cxx257 … uno::Reference <beans::XPropertySet> xProperties(xCurrentSheet, uno::UNO_QUERY); in NewSheet() local
258 if (xProperties.is()) in NewSheet()
267 pStyle->FillPropertySet(xProperties); in NewSheet()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx1094 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()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx1033 uno::Reference<beans::XPropertySet> xProperties(xNewPage, uno::UNO_QUERY); in GetModel() local
1034 if (xProperties.is()) in GetModel()
1035 xProperties->setPropertyValue( in GetModel()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx162 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()
/trunk/main/sdext/source/presenter/
H A DPresenterButton.cxx61 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 DPresenterConfigurationAccess.cxx179 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 DPresenterController.cxx185 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 DPresenterScreen.cxx512 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 DPresenterSlideSorter.cxx977 Reference<beans::XPropertySet> xProperties(xSlides->getByIndex(0),UNO_QUERY_THROW); in GetSlideAspectRatio() local
980 if ((xProperties->getPropertyValue(OUString::createFromAscii("Width")) >>= nWidth) in GetSlideAspectRatio()
981 && (xProperties->getPropertyValue(OUString::createFromAscii("Height")) >>= nHeight) in GetSlideAspectRatio()

Completed in 219 milliseconds

12