Home
last modified time | relevance | path

Searched refs:xSet (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx70 if (xSet.is()) in impl_GetReducedTransparencyMode()
80 if (xSet.is()) in impl_SetReducedTransparencyMode()
99 if (xSet.is()) in impl_IsReduceTransparency()
109 if (xSet.is()) in impl_SetReduceTransparency()
128 if (xSet.is()) in impl_IsReduceGradients()
141 if (xSet.is()) in impl_SetReduceGradients()
160 if (xSet.is()) in impl_GetReducedGradientMode()
173 if (xSet.is()) in impl_SetReducedGradientMode()
192 if (xSet.is()) in impl_GetReducedGradientStepCount()
204 if (xSet.is()) in impl_SetReducedGradientStepCount()
[all …]
H A DAccessibilityOptTest.cxx221 xSet->getPropertyValue(s_sAutoDetectSystemHC) >>= bAutoDetectSystemHC; in impl_checkSetAutoDetectSystemHC()
223 xSet->getPropertyValue(s_sAutoDetectSystemHC) >>= bAutoDetectSystemHC_; in impl_checkSetAutoDetectSystemHC()
238 xSet->getPropertyValue(s_sIsForPagePreviews) >>= bIsForPagePreviews; in impl_checkSetIsForPagePreviews()
240 xSet->getPropertyValue(s_sIsForPagePreviews) >>= bIsForPagePreviews_; in impl_checkSetIsForPagePreviews()
255 xSet->getPropertyValue(s_sIsHelpTipsDisappear) >>= bIsHelpTipsDisappear; in impl_checkSetIsHelpTipsDisappear()
257 xSet->getPropertyValue(s_sIsHelpTipsDisappear) >>= bIsHelpTipsDisappear_; in impl_checkSetIsHelpTipsDisappear()
289 xSet->getPropertyValue(s_sIsAllowAnimatedText) >>= bIsAllowAnimatedText; in impl_checkSetIsAllowAnimatedText()
323 xSet->getPropertyValue(s_sIsSystemFont) >>= bIsSystemFont; in impl_checkSetIsSystemFont()
325 xSet->getPropertyValue(s_sIsSystemFont) >>= bIsSystemFont_; in impl_checkSetIsSystemFont()
340 xSet->getPropertyValue(s_sHelpTipSeconds) >>= nHelpTipSeconds; in impl_checkSetHelpTipSeconds()
[all …]
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx214 if (xSet.is()) in IsReduceTransparency()
234 if (xSet.is()) in GetReducedTransparencyMode()
254 if (xSet.is()) in IsReduceGradients()
276 if (xSet.is()) in GetReducedGradientMode()
298 if (xSet.is()) in GetReducedGradientStepCount()
320 if (xSet.is()) in IsReduceBitmaps()
342 if (xSet.is()) in GetReducedBitmapMode()
364 if (xSet.is()) in GetReducedBitmapResolution()
386 if (xSet.is()) in IsReducedBitmapIncludesTransparency()
408 if (xSet.is()) in IsConvertToGreyscales()
[all …]
/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx294 css::uno::Reference< css::beans::XPropertySet > xSet; in impl_truncateList() local
331 xOrderList->getByName(sRemove) >>= xSet; in impl_truncateList()
421 css::uno::Reference< css::beans::XPropertySet > xSet; in GetList() local
466 xSet->getPropertyValue(s_sHistoryItemRef) >>= sUrl; in GetList()
468 xItemList->getByName(sUrl) >>= xSet; in GetList()
530 css::uno::Reference< css::beans::XPropertySet > xSet; in AppendItem() local
544 xOrderList->getByName(::rtl::OUString::valueOf(i)) >>= xSet; in AppendItem()
545 xSet->getPropertyValue(s_sHistoryItemRef) >>= sTmp; in AppendItem()
551 xSet->getPropertyValue(s_sHistoryItemRef) >>= sFind; in AppendItem()
585 xSet->getPropertyValue(s_sHistoryItemRef) >>= sRemove; in AppendItem()
[all …]
/trunk/main/forms/source/component/
H A DGroupManager.cxx192 OGroupComp aNewGroupComp( xSet, m_nInsertPos ); in InsertComponent()
343 Reference<XPropertySet> xSet(evt.Source, UNO_QUERY); in propertyChange() local
352 removeFromGroupMap(sGroupName,xSet); in propertyChange()
355 InsertElement( xSet ); in propertyChange()
425 Reference<XControlModel> xControl(xSet, UNO_QUERY); in InsertElement()
430 m_pCompGroup->InsertComponent( xSet ); in InsertElement()
443 aFind->second.InsertComponent( xSet ); in InsertElement()
454 if ( isRadioButton( xSet ) ) in InsertElement()
474 if (hasProperty(PROPERTY_TABINDEX, xSet)) in InsertElement()
483 Reference<XControlModel> xControl(xSet, UNO_QUERY); in RemoveElement()
[all …]
H A DImageControl.cxx794 Reference< XPropertySet > xSet( getModel(), UNO_QUERY ); in implClearGraphics() local
795 if ( xSet.is() ) in implClearGraphics()
817 Reference< XPropertySet > xSet( getModel(), UNO_QUERY ); in implInsertGraphics() local
818 if ( !xSet.is() ) in implInsertGraphics()
832 if ( hasProperty( PROPERTY_BOUNDFIELD, xSet ) ) in implInsertGraphics()
833 xSet->getPropertyValue( PROPERTY_BOUNDFIELD ) >>= xBoundField; in implInsertGraphics()
966 Reference<XPropertySet> xSet(getModel(), UNO_QUERY); in mousePressed() local
967 if (!xSet.is()) in mousePressed()
974 if (hasProperty(PROPERTY_BOUNDFIELD, xSet)) in mousePressed()
980 …if (!hasProperty(PROPERTY_CONTROLSOURCE, xSet) || (::comphelper::getString(xSet->getPropertyValue(… in mousePressed()
[all …]
H A DEdit.cxx178 Reference<XPropertySet> xSet(getModel(), UNO_QUERY); in focusGained() local
179 if (xSet.is()) in focusGained()
180 xSet->getPropertyValue( PROPERTY_TEXT ) >>= m_aHtmlChangeValue; in focusGained()
186 Reference<XPropertySet> xSet(getModel(), UNO_QUERY); in focusLost() local
187 if (xSet.is()) in focusLost()
190 xSet->getPropertyValue( PROPERTY_TEXT ) >>= sNewHtmlChangeValue; in focusLost()
207 Reference<XPropertySet> xSet(getModel(), UNO_QUERY); in keyPressed() local
208 if( !xSet.is() ) in keyPressed()
212 Any aTmp( xSet->getPropertyValue(PROPERTY_MULTILINE)); in keyPressed()
216 Reference<XFormComponent> xFComp(xSet, UNO_QUERY); in keyPressed()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx321 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in lcl_addFrameProperties() local
322 if ( !xSet.is() ) in lcl_addFrameProperties()
326 Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in lcl_addFrameProperties()
330 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in lcl_addFrameProperties()
334 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoScroll") ); in lcl_addFrameProperties()
338 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsScrollingMode") ); in lcl_addFrameProperties()
343 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoBorder") ); in lcl_addFrameProperties()
347 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder") ); in lcl_addFrameProperties()
352 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth") ); in lcl_addFrameProperties()
354 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight") ); in lcl_addFrameProperties()
[all …]
H A Dxmltexti.cxx729 if ( xSet.is() ) in createAndInsertPlugin()
732 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"), in createAndInsertPlugin()
861 if ( xSet.is() ) in createAndInsertFloatingFrame()
863 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameURL"), in createAndInsertFloatingFrame()
867 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameName"), in createAndInsertFloatingFrame()
878 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder"), in createAndInsertFloatingFrame()
884 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth"), in createAndInsertFloatingFrame()
887 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight"), in createAndInsertFloatingFrame()
932 if ( xSet.is() ) in endAppletOrPlugin()
953 xSet->setPropertyValue( aParaName, makeAny( aCommandSequence ) ); in endAppletOrPlugin()
[all …]
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx520 uno::Reference < beans::XPropertySet > xSet( m_xObj->getComponent(), uno::UNO_QUERY ); in Execute() local
521 if ( xSet.is() ) in Execute()
523 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"), in Execute()
643 uno::Reference < beans::XPropertySet > xSet; in Execute() local
655 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase") ); in Execute()
659 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands") ); in Execute()
830 uno::Reference < beans::XPropertySet > xSet; in Execute() local
842 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in Execute()
984 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder"), in Execute()
990 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth"), in Execute()
[all …]
/trunk/main/xmloff/source/draw/
H A Danimimp.cxx581 Reference< XPropertySet > xSet; in EndElement() local
585 if( xSet.is() ) in EndElement()
595 mpImpl->mxLastShape = xSet; in EndElement()
600 xSet = mpImpl->mxLastShape; in EndElement()
603 if( xSet.is() ) in EndElement()
608 xSet->setPropertyValue( mpImpl->msDimPrev, aAny ); in EndElement()
611 xSet->setPropertyValue( mpImpl->msDimColor, aAny ); in EndElement()
627 xSet->setPropertyValue( mpImpl->msDimHide, aAny ); in EndElement()
647 if( xSet.is() ) in EndElement()
650 xSet->setPropertyValue( mpImpl->msSound, aAny ); in EndElement()
[all …]
H A Dshapeexport.cxx158 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in checkForCustomShapeReplacement() local
159 if( xSet.is() ) in checkForCustomShapeReplacement()
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles() local
207 if( xSet.is() ) in collectShapeAutoStyles()
208 xSet->getPropertyValue(msZIndex) >>= nZIndex; in collectShapeAutoStyles()
543 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in exportShape() local
559 xSet->getPropertyValue(msBookmark) >>= sURL; in exportShape()
576 if( xSet.is() ) in exportShape()
577 xSet->getPropertyValue(msZIndex) >>= nZIndex; in exportShape()
717 xSet->getPropertyValue(msVisible) >>= bVisible; in exportShape()
[all …]
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx552 xPackage->getByName(CFGSET_TYPES) >>= xSet; in addStatePropsToItem()
559 xPackage->getByName(CFGSET_FILTERS) >>= xSet; in addStatePropsToItem()
603 xSet->getByName(sItem) >>= xItem; in addStatePropsToItem()
662 xConfig->getByName(CFGSET_TYPES) >>= xSet; in flush()
730 xSet->getByName(sItem) >>= xItem; in impl_flushByList()
1576 if (!(aVal >>= xSet) || !xSet.is()) in impl_loadSet()
1586 lItems = xSet->getElementNames(); in impl_loadSet()
1961 xRoot->getByName(sSet) >>= xSet; in impl_loadItemOnDemand()
2370 xCfg->getByName(TYPES_SET) >>= xSet; in impl_readOldFormat()
2381 xCfg->getByName(FILTER_SET) >>= xSet; in impl_readOldFormat()
[all …]
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx143 uno::Reference < beans::XPropertySet > xSet( xApplet->getComponent(), uno::UNO_QUERY ); in CreateApplet() local
144 if ( xSet.is() ) in CreateApplet()
146xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCode"), uno::makeAny( ::rtl::OUStr… in CreateApplet()
147xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletName"), uno::makeAny( ::rtl::OUStr… in CreateApplet()
148xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletIsScript"), uno::makeAny( sal_Bool… in CreateApplet()
149xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletDocBase"), uno::makeAny( ::rtl::OU… in CreateApplet()
151xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase"), uno::makeAny( ::rtl::O… in CreateApplet()
153xSet->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCodeBase"), uno::makeAny( ::rtl::O… in CreateApplet()
190 uno::Reference < beans::XPropertySet > xSet( xApplet->getComponent(), uno::UNO_QUERY ); in FinishApplet() local
191 if ( xSet.is() ) in FinishApplet()
[all …]
H A Dhtmlplug.cxx427 if ( xSet.is() ) in InsertEmbed()
430 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"), in InsertEmbed()
901 if ( xSet.is() ) in InsertFloatingFrame()
919 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder"), in InsertFloatingFrame()
925 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth"), in InsertFloatingFrame()
928 xSet->setPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight"), in InsertFloatingFrame()
1105 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in OutHTML_FrmFmtOLENode() local
1108 if( !xSet.is() ) in OutHTML_FrmFmtOLENode()
1134 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("PluginURL" ) ); in OutHTML_FrmFmtOLENode()
1196 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("AppletCode" ) ); in OutHTML_FrmFmtOLENode()
[all …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx1441 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in toggleAutoFields()
1469 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in toggleAutoFields()
2243 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in setControlLock()
2620 if (xSet.is()) in loaded()
2903 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in elementInserted()
3198 xField = xSet; in setFilter()
3211 xField = xSet; in setFilter()
3347 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in startFiltering()
3414 if ( xSet.is() ) in startFiltering()
3469 if (xSet.is() && ::comphelper::hasProperty(FM_PROP_BOUNDFIELD, xSet)) in stopFiltering()
[all …]
H A Dfmundo.cxx561 Reference< XPropertySet > xSet(evt.Source, UNO_QUERY); in propertyChange() local
562 if (!xSet.is()) in propertyChange()
583 xSet->setPropertyValue(aValueProperties[i], evt.NewValue); in propertyChange()
607 PropertySetInfoCacheIterator aSetPos = pCache->find(xSet); in propertyChange()
611 if (!::comphelper::hasProperty(FM_PROP_CONTROLSOURCE, xSet)) in propertyChange()
740 Reference< XPropertySet > xSet(evt.Source, UNO_QUERY); in propertyChange() local
742 PropertySetInfo& rSetInfo = (*pCache)[xSet]; in propertyChange()
851 Reference< XPropertySet > xSet(Element, UNO_QUERY); in TogglePropertyListening() local
852 if (xSet.is()) in TogglePropertyListening()
855 xSet->addPropertyChangeListener( ::rtl::OUString(), this ); in TogglePropertyListening()
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx123 uno::Reference<beans::XPropertySet> xSet (mxPage, uno::UNO_QUERY); in getBounds() local
124 if (xSet.is()) in getBounds()
130 aValue = xSet->getPropertyValue ( in getBounds()
133 aValue = xSet->getPropertyValue ( in getBounds()
137 aValue = xSet->getPropertyValue ( in getBounds()
140 aValue = xSet->getPropertyValue ( in getBounds()
223 uno::Reference<beans::XPropertySet> xSet (mxPage, uno::UNO_QUERY); in getBackground() local
224 if (xSet.is()) in getBackground()
227 aBGSet = xSet->getPropertyValue ( in getBackground()
237 xSet = Reference<beans::XPropertySet> (xTarget->getMasterPage(), in getBackground()
[all …]
/trunk/main/sal/test/unloading/
H A DunloadTest.cxx200 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test1() local
201 Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test1()
244 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test2() local
245 Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test2()
288 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test3() local
289 Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test3()
336 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test4() local
337 Any any_prop= xSet->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultContext"))); in test4()
392 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test5() local
447 Reference<XPropertySet> xSet( serviceManager, UNO_QUERY); in test6() local
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DRecentlyUsedMasterPages.cxx188 Reference<container::XNameAccess> xSet ( in LoadPersistentValues() local
191 if ( ! xSet.is()) in LoadPersistentValues()
200 Sequence<OUString> aKeys (xSet->getElementNames()); in LoadPersistentValues()
206 xSet->getByName(aKeys[i]), UNO_QUERY); in LoadPersistentValues()
260 Reference<container::XNameContainer> xSet ( in SavePersistentValues() local
263 if ( ! xSet.is()) in SavePersistentValues()
267 Sequence<OUString> aKeys (xSet->getElementNames()); in SavePersistentValues()
270 xSet->removeByName (aKeys[i]); in SavePersistentValues()
277 xSet, UNO_QUERY); in SavePersistentValues()
293 xSet->insertByName (sKey, makeAny(xChild)); in SavePersistentValues()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx259 if (xSet.is()) in disposing()
265 Reference< XInterface > xIfc( xSet, UNO_QUERY ); in disposing()
270 Reference<XComponent> xComponent(xSet, UNO_QUERY); in disposing()
928 Reference<XPropertySet> xSet(xElement, UNO_QUERY); in removeElementsNoEvents() local
929 if (xSet.is()) in removeElementsNoEvents()
999 if (xSet.is()) in implReplaceByIndex()
1078 if (xSet.is()) in implRemoveByIndex()
1157 Reference<XPropertySet> xSet; in replaceByName() local
1158 Element >>= xSet; in replaceByName()
1159 if (xSet.is()) in replaceByName()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx658 if( xSet.is() ) in setPropertyValueImpl()
661 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
679 if( xSet.is() ) in getPropertyValueImpl()
681 rValue = xSet->getPropertyValue( rName ); in getPropertyValueImpl()
731 if( xSet.is() ) in setPropertyValueImpl()
734 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
752 if( xSet.is() ) in getPropertyValueImpl()
754 rValue <<= xSet->getPropertyValue( rName ); in getPropertyValueImpl()
804 if( xSet.is() ) in setPropertyValueImpl()
807 xSet->setPropertyValue( rName, rValue ); in setPropertyValueImpl()
[all …]
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java71 XSet xSet, XImplementationLoader xImpLoader ) in insertBasicFactories() argument
75 xSet.insert( xImpLoader.activate( in insertBasicFactories()
79 xSet.insert( xImpLoader.activate( in insertBasicFactories()
83 xSet.insert( xImpLoader.activate( in insertBasicFactories()
87 xSet.insert( xImpLoader.activate( in insertBasicFactories()
91 xSet.insert( xImpLoader.activate( in insertBasicFactories()
139 XSet xSet = UnoRuntime.queryInterface( XSet.class, xSMgr ); in createInitialComponentContext() local
141 xSet.insert( smgr_fac ); in createInitialComponentContext()
143 insertBasicFactories( xSet, xImpLoader ); in createInitialComponentContext()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx227 Reference<beans::XPropertySet> xSet (xController, UNO_QUERY); in ConnectToController() local
228 if (xSet.is()) in ConnectToController()
232 xSet->addPropertyChangeListener(String::CreateFromAscii("CurrentPage"), this); in ConnectToController()
240 xSet->addPropertyChangeListener(String::CreateFromAscii("IsMasterPageMode"), this); in ConnectToController()
269 Reference<beans::XPropertySet> xSet (xController, UNO_QUERY); in DisconnectFromController() local
273 if (xSet.is()) in DisconnectFromController()
275 xSet->removePropertyChangeListener ( in DisconnectFromController()
278 xSet->removePropertyChangeListener ( in DisconnectFromController()
580 Reference<beans::XPropertySet> xSet (xController, UNO_QUERY); in UpdateEditMode() local
582 if (xSet != NULL) in UpdateEditMode()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx282 SvStream& rOut, const String& rBaseURL, const uno::Reference < beans::XPropertySet >& xSet, in Out_FrameDescriptor()
289 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in Out_FrameDescriptor()
304 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in Out_FrameDescriptor()
314 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth") ); in Out_FrameDescriptor()
317 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginHeight") ); in Out_FrameDescriptor()
322 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoScroll") ); in Out_FrameDescriptor()
325 … aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsScrollingMode") ); in Out_FrameDescriptor()
334 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsAutoBorder") ); in Out_FrameDescriptor()
337 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameIsBorder") ); in Out_FrameDescriptor()

Completed in 173 milliseconds

12345678