Home
last modified time | relevance | path

Searched refs:xPropSet (Results 26 – 50 of 335) sorted by relevance

12345678910>>...14

/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java63 com.sun.star.beans.XPropertySet xPropSet = null; in doSampleFunction() local
98 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
100 xPropSet.setPropertyValue( "CellBackColor", new Integer( nValue ) ); in doSampleFunction()
110 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
118 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
153 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
155 xPropSet.setPropertyValue( "Width", new Integer( 5000 ) ); in doSampleFunction()
168 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
170 xPropSet.setPropertyValue( "IsVisible", new Boolean( false ) ); in doSampleFunction()
174 xPropSet = (com.sun.star.beans.XPropertySet) in doSampleFunction()
[all …]
H A DSpreadsheetSample.java197 com.sun.star.beans.XPropertySet xPropSet = null; in doCellSamples() local
219 xPropSet = (com.sun.star.beans.XPropertySet) in doCellSamples()
257 xPropSet = (com.sun.star.beans.XPropertySet) in doCellSamples()
300 com.sun.star.beans.XPropertySet xPropSet = null; in doCellRangeSamples() local
312 xPropSet = (com.sun.star.beans.XPropertySet) in doCellRangeSamples()
645 com.sun.star.beans.XPropertySet xPropSet = null; in doFormattingSamples() local
667 xPropSet = (com.sun.star.beans.XPropertySet) in doFormattingSamples()
679 xPropSet.setPropertyValue( "CellStyle", aStyleName ); in doFormattingSamples()
764 xPropSet = (com.sun.star.beans.XPropertySet) in doFormattingSamples()
791 xPropSet = (com.sun.star.beans.XPropertySet) in doFormattingSamples()
[all …]
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx135 Reference< XPropertySet > xPropSet( rxCell, UNO_QUERY_THROW ); in applyTableCellProperties() local
136xPropSet->setPropertyValue( sTopBorder, Any( static_cast< sal_Int32 >( rTableCell.getTopMargin() /… in applyTableCellProperties()
151 xPropSet->setPropertyValue( sVerticalAdjust, Any( eVA ) ); in applyTableCellProperties()
175 Reference< XPropertySet > xPropSet( rxCell, UNO_QUERY_THROW ); in pushToXCell() local
374 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesLeft, PROP_LeftBorder ); in pushToXCell()
375 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesRight, PROP_RightBorder ); in pushToXCell()
376 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesTop, PROP_TopBorder ); in pushToXCell()
377 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesBottom, PROP_BottomBorder ); in pushToXCell()
378 …applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesTopLeftToBottomRight, PROP_DiagonalTLBR… in pushToXCell()
379 …applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesBottomLeftToTopRight, PROP_DiagonalBLTR… in pushToXCell()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx412 if(xPropSet.is()) in SetStyle()
414 pPropStyle->FillPropertySet(xPropSet); in SetStyle()
469 if(xPropSet.is()) in SetLayout()
521 if(xPropSet.is()) in SetPageMaster()
526 xPropSet->setPropertyValue( in SetPageMaster()
530 xPropSet->setPropertyValue( in SetPageMaster()
534 xPropSet->setPropertyValue( in SetPageMaster()
538 xPropSet->setPropertyValue( in SetPageMaster()
542 xPropSet->setPropertyValue( in SetPageMaster()
546 xPropSet->setPropertyValue( in SetPageMaster()
[all …]
H A Dximp3dobject.cxx100 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
101 if(xPropSet.is()) in StartElement()
260 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
261 if(xPropSet.is()) in StartElement()
280 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DPosition")), aAny); in StartElement()
282 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize")), aAny); in StartElement()
371 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
372 if(xPropSet.is()) in StartElement()
390 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize")), aAny); in StartElement()
452 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() local
[all …]
H A Dshapeexport.cxx251 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in collectShapeAutoStyles() local
253 xPropSet.clear(); in collectShapeAutoStyles()
258 if( xPropSet.is() && bObjSupportsText ) in collectShapeAutoStyles()
267 uno::Any aAny = xPropSet->getPropertyValue(msEmptyPres); in collectShapeAutoStyles()
281 if( xPropSet.is() ) in collectShapeAutoStyles()
331 xPropStates = GetPropertySetMapper()->Filter( xPropSet ); in collectShapeAutoStyles()
463 xPropSet->getPropertyValue( msStartShape ) >>= xConnection; in collectShapeAutoStyles()
467 xPropSet->getPropertyValue( msEndShape ) >>= xConnection; in collectShapeAutoStyles()
1105 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType() local
1107 if(xPropSet.is()) in ImpCalcShapeType()
[all …]
/trunk/main/linguistic/source/
H A Diprcache.cxx162 if (xPropSet != rPS) in SetPropSet()
164 if (xPropSet.is()) in SetPropSet()
165 lcl_RemoveAsPropertyChangeListener( this, xPropSet ); in SetPropSet()
167 xPropSet = rPS; in SetPropSet()
168 if (xPropSet.is()) in SetPropSet()
169 lcl_AddAsPropertyChangeListener( this, xPropSet ); in SetPropSet()
184 if (xPropSet.is() && rSource.Source == xPropSet) in disposing()
186 lcl_RemoveAsPropertyChangeListener( this, xPropSet ); in disposing()
187 xPropSet = NULL; //! release reference in disposing()
221 if (rEvt.Source == xPropSet) in propertyChange()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java41 XPropertySet xPropSet; field in PropChgHelper
50 xPropSet = null; in PropChgHelper()
61 return xPropSet; in GetPropSet()
87 xPropSet = xPropertySet; in AddAsListenerTo()
88 if (xPropSet != null) in AddAsListenerTo()
96 xPropSet.addPropertyChangeListener( in AddAsListenerTo()
108 if (xPropSet != null) in RemoveAsListener()
116 xPropSet.removePropertyChangeListener( in RemoveAsListener()
124 xPropSet = null; in RemoveAsListener()
136 if (aSource.Source == xPropSet) in disposing()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx527 uno::Reference< XUnoTunnel> xTunnel( xPropSet, UNO_QUERY ); in init()
1769 xPropSet->setPropertyValue( in InsertInput()
1798 xPropSet->setPropertyValue( in InsertInput()
1836 xPropSet->setPropertyValue( in InsertInput()
1850 xPropSet->setPropertyValue( in InsertInput()
1855 xPropSet->setPropertyValue( in InsertInput()
1867 lcl_html_setFixedFontProperty( xPropSet ); in InsertInput()
1942 xFComp, xPropSet, aSz, in InsertInput()
2140 xPropSet->setPropertyValue( in NewTextArea()
2150 lcl_html_setFixedFontProperty( xPropSet ); in NewTextArea()
[all …]
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs101 xPropSet.setPropertyValue( in doCellSamples()
103 xPropSet.setPropertyValue( in doCellSamples()
140 xPropSet.setPropertyValue( in doCellSamples()
142 xPropSet.setPropertyValue( in doCellSamples()
145 xPropSet.setPropertyValue( in doCellSamples()
148 xPropSet.setPropertyValue( in doCellSamples()
150 xPropSet.setPropertyValue( in doCellSamples()
201 xPropSet.setPropertyValue( in doCellRangeSamples()
203 xPropSet.setPropertyValue( in doCellRangeSamples()
206 xPropSet.setPropertyValue( in doCellRangeSamples()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtstyle.cxx59 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyleAttributes() local
61 xPropSet->getPropertySetInfo()); in exportStyleAttributes()
65 xPropSet->getPropertyValue( sCategory ) >>= nCategory; in exportStyleAttributes()
96 Reference< XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in exportStyleAttributes()
100 xPropSet->getPropertyValue( sPageDescName ) >>= sName; in exportStyleAttributes()
140 Reference < XPropertySet > xPropSet (xFactory->createInstance ( sTextDefaults ), UNO_QUERY); in exportTextStyles() local
141 if (xPropSet.is()) in exportTextStyles()
143 exportDefaultStyle( xPropSet, GetXMLToken(XML_PARAGRAPH), GetParaPropMapper()); in exportTextStyles()
146 xPropSet, in exportTextStyles()
154 xPropSet, in exportTextStyles()
H A DXMLTextColumnsExport.cxx78 Reference < XPropertySet > xPropSet( xColumns, UNO_QUERY ); in exportXML() local
79 if( xPropSet.is() ) in exportXML()
81 Any aAny = xPropSet->getPropertyValue( sIsAutomatic ); in exportXML()
84 aAny = xPropSet->getPropertyValue( sAutomaticDistance ); in exportXML()
99 if( xPropSet.is() ) in exportXML()
101 Any aAny = xPropSet->getPropertyValue( sSeparatorLineIsOn ); in exportXML()
105 aAny = xPropSet->getPropertyValue( sSeparatorLineWidth ); in exportXML()
114 aAny = xPropSet->getPropertyValue( sSeparatorLineColor ); in exportXML()
123 aAny = xPropSet->getPropertyValue( sSeparatorLineRelativeHeight ); in exportXML()
132 aAny = xPropSet->getPropertyValue( sSeparatorLineVerticalAlignment ); in exportXML()
H A DXMLTextNumRuleInfo.cxx88 Reference< XPropertySet > xPropSet( xTextContent, UNO_QUERY ); in Set() local
89 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in Set()
95 if( xPropSet->getPropertyValue( msNumberingLevel ) >>= mnListLevel ) in Set()
99 xPropSet->getPropertyValue( msNumberingRules ) >>= mxNumRules; in Set()
167 xPropSet->getPropertyValue( msPropNameListId ) >>= msListId; in Set()
174xPropSet->getPropertyValue( msContinuingPreviousSubTree ) >>= mbContinuingPreviousSubTree; in Set()
181 if( !(xPropSet->getPropertyValue( msNumberingIsNumber ) >>= mbIsNumbered ) ) in Set()
192 xPropSet->getPropertyValue( msParaIsNumberingRestart ) >>= mbIsRestart; in Set()
196 xPropSet->getPropertyValue( msNumberingStartValue ) >>= mnListStartValue; in Set()
228 xPropSet->getPropertyValue( msListLabelStringProp ) >>= msListLabelString; in Set()
H A DXMLTextMasterPageContext.cxx153 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in XMLTextMasterPageContext() local
155 xPropSet->getPropertySetInfo(); in XMLTextMasterPageContext()
158 aAny = xPropSet->getPropertyValue( sIsPhysical ); in XMLTextMasterPageContext()
165 Reference < XMultiPropertyStates > xMultiStates( xPropSet, in XMLTextMasterPageContext()
240 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateHeaderFooterContext() local
244 xPropSet, in CreateHeaderFooterContext()
252 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in Finish() local
259 pStyle->FillPropertySet(xPropSet); in Finish()
269 xPropSet->getPropertySetInfo(); in Finish()
279 Any aAny = xPropSet->getPropertyValue( sFollowStyle ); in Finish()
[all …]
H A DXMLPropertyBackpatcher.cxx156 const Reference<XPropertySet> & xPropSet, in SetProperty() argument
159 Reference<XPropertySet> xNonConstPropSet(xPropSet); in SetProperty()
165 Reference<XPropertySet> & xPropSet, in SetProperty() argument
173 xPropSet->setPropertyValue(sPropertyName, aAny); in SetProperty()
186 ((BackpatchListType*)aBackpatchListMap[sName])->push_back(xPropSet); in SetProperty()
287 const Reference<XPropertySet> & xPropSet) in ProcessFootnoteReference() argument
289 GetFootnoteBP().SetProperty(xPropSet, sXMLId); in ProcessFootnoteReference()
303 const Reference<XPropertySet> & xPropSet) in ProcessSequenceReference() argument
305 GetSequenceIdBP().SetProperty(xPropSet, sXMLId); in ProcessSequenceReference()
306 GetSequenceNameBP().SetProperty(xPropSet, sXMLId); in ProcessSequenceReference()
H A Dtxtstyli.cxx221 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in CreateAndInsert() local
223 xPropSet->getPropertySetInfo(); in CreateAndInsert()
229 xPropSet->setPropertyValue( sIsAutoUpdate, aAny ); in CreateAndInsert()
240 xPropSet->setPropertyValue( sCategory, aAny ); in CreateAndInsert()
296 Reference < XPropertySet > xPropSet( xStyle, UNO_QUERY ); in Finish() local
298 xPropSet->getPropertySetInfo(); in Finish()
307 xPropSet->setPropertyValue( sOutlineLevel, aAny ); in Finish()
355 xPropSet->setPropertyValue( sNumberingStyleName, aAny ); in Finish()
373 xPropSet->setPropertyValue( sNumberingStyleName, aAny ); in Finish()
396 xPropSet->setPropertyValue( sDropCapCharStyleName, aAny ); in Finish()
[all …]
H A Dtxtsecte.cxx100 Reference<XPropertySet> xPropSet(rNextSectionContent, UNO_QUERY); in exportListAndSectionChange() local
101 if (xPropSet.is()) in exportListAndSectionChange()
103 if (xPropSet->getPropertySetInfo()->hasPropertyByName(sTextSection)) in exportListAndSectionChange()
105 xPropSet->getPropertyValue(sTextSection) >>= xNextSection; in exportListAndSectionChange()
126 Reference<XPropertySet> xPropSet(rNextSectionContent, UNO_QUERY); in exportListAndSectionChange() local
127 if (xPropSet.is()) in exportListAndSectionChange()
130 rPropSetHelper.hasProperties( xPropSet->getPropertySetInfo() ); in exportListAndSectionChange()
133 xNextSection.set(rPropSetHelper.getValue( nTextSectionId , xPropSet, in exportListAndSectionChange()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.cxx186 Reference< beans::XPropertySet > xPropSet(0); in setPropertyValue() local
203 if(xPropSet.is()) in setPropertyValue()
206 xPropSet->setPropertyValue( C2U("Color"), rValue ); in setPropertyValue()
208 xPropSet->setPropertyValue( C2U("Transparency"), rValue ); in setPropertyValue()
212 xPropSet->setPropertyValue( rPropertyName, rValue ); in setPropertyValue()
225 Reference< beans::XPropertySet > xPropSet(0); in getPropertyValue() local
247 if(xPropSet.is()) in getPropertyValue()
250 aRet = xPropSet->getPropertyValue( C2U("Color") ); in getPropertyValue()
252 aRet = xPropSet->getPropertyValue( C2U("Transparency") ); in getPropertyValue()
254 aRet = m_aWrappedLineJointProperty.getPropertyValue( xPropSet ); in getPropertyValue()
[all …]
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx103 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle() local
104 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in exportStyle()
110 Any aAny = xPropSet->getPropertyValue( sIsPhysical ); in exportStyle()
118 collectPageMasterAutoStyle( xPropSet, aEntry.sPageMasterName ); in exportStyle()
122 exportMasterPageContent( xPropSet, sal_True ); in exportStyle()
139 Reference<XPropertySetInfo> xInfo = xPropSet->getPropertySetInfo(); in exportStyle()
143 xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName; in exportStyle()
162 exportMasterPageContent( xPropSet, sal_False ); in exportStyle()
242 Reference < XPropertySet > xPropSet (xFactory->createInstance ( sTextDefaults ), UNO_QUERY); in exportDefaultStyle() local
243 if (xPropSet.is()) in exportDefaultStyle()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx976 if( xPropSet.is()) in lcl_exportNumberFormat()
1316 if( xPropSet.is()) in parseDocument()
1401 if( xPropSet.is()) in parseDocument()
1418 if( xPropSet.is()) in parseDocument()
1444 if( xPropSet.is()) in parseDocument()
1462 if( xPropSet.is()) in parseDocument()
1487 if( xPropSet.is()) in parseDocument()
1984 if( xPropSet.is()) in exportPlotArea()
2077 if( xPropSet.is()) in exportPlotArea()
3409 if( xPropSet.is()) in exportDataPoints()
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java84 if ( xPropSet == null ) in WriteBytesToStream()
93 xPropSet.setPropertyValue( "MediaType", sMediaType ); in WriteBytesToStream()
94 xPropSet.setPropertyValue( "Compressed", new Boolean( bCompressed ) ); in WriteBytesToStream()
105 int nSize = AnyConverter.toInt( xPropSet.getPropertyValue( "Size" ) ); in WriteBytesToStream()
181 if ( xPropSet != null ) in setStorageTypeAndCheckProps()
186 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in setStorageTypeAndCheckProps()
187 int nPropMode = AnyConverter.toInt( xPropSet.getPropertyValue( "OpenMode" ) ); in setStorageTypeAndCheckProps()
347 if ( xPropSet != null ) in checkStorageProperties()
353 int nPropMode = AnyConverter.toInt( xPropSet.getPropertyValue( "OpenMode" ) ); in checkStorageProperties()
466 if ( xPropSet != null ) in InternalCheckStream()
[all …]
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx480 … Reference< XPropertySet > xPropSet( xFactory->createInstance(), UNO_QUERY ); in insertByName() local
481 if ( xPropSet.is() ) in insertByName()
484 impl_putPropertiesFromStruct( aWinStateInfo, xPropSet ); in insertByName()
485 a <<= xPropSet; in insertByName()
556 Reference< XPropertySet > xPropSet; in replaceByName() local
557 if ( xNameContainer->getByName( aResourceURL ) >>= xPropSet ) in replaceByName()
559 impl_putPropertiesFromStruct( aWinStateInfo, xPropSet ); in replaceByName()
1237xPropSet->setPropertyValue( m_aPropArray[i], makeAny( sal_Bool( rWinStateInfo.bLocked )) ); break; in impl_putPropertiesFromStruct()
1267 xPropSet->setPropertyValue( m_aPropArray[i], makeAny( aPosStr ) ); in impl_putPropertiesFromStruct()
1283 xPropSet->setPropertyValue( m_aPropArray[i], makeAny( aSizeStr ) ); in impl_putPropertiesFromStruct()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx236 return xPropSet; in createAndInsertOLEObject()
241 return xPropSet; in createAndInsertOLEObject()
363 return xPropSet; in createAndInsertOLEObject()
374 xPropSet = pXFrame; in createAndInsertOLEObject()
537 return xPropSet; in createAndInsertOLEObject()
573 return xPropSet; in createAndInsertOOoLink()
626 return xPropSet; in createAndInsertOOoLink()
676 return xPropSet; in createAndInsertApplet()
705 return xPropSet; in createAndInsertPlugin()
755 return xPropSet; in createAndInsertPlugin()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLTableHeaderFooterContext.cxx53 xPropSet( rPageStylePropSet ), in XMLTableHeaderFooterContext()
82 sal_Bool bOn(::cppu::any2bool(xPropSet->getPropertyValue( sOn ))); in XMLTableHeaderFooterContext()
86 if( ::cppu::any2bool(xPropSet->getPropertyValue( sShareContent )) ) in XMLTableHeaderFooterContext()
88 xPropSet->setPropertyValue( sShareContent, uno::makeAny(sal_False) ); in XMLTableHeaderFooterContext()
92 if( !::cppu::any2bool(xPropSet->getPropertyValue( sShareContent )) ) in XMLTableHeaderFooterContext()
94 xPropSet->setPropertyValue( sShareContent, uno::makeAny(sal_True) ); in XMLTableHeaderFooterContext()
99 sal_Bool bOn(::cppu::any2bool(xPropSet->getPropertyValue( sOn ))); in XMLTableHeaderFooterContext()
101 xPropSet->setPropertyValue( sOn, uno::makeAny(bDisplay) ); in XMLTableHeaderFooterContext()
107 xPropSet->getPropertyValue( sCont ) >>= xHeaderFooterContent; in XMLTableHeaderFooterContext()
204 xPropSet->setPropertyValue( sCont, uno::makeAny(xHeaderFooterContent) ); in EndElement()
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx60 xPropSet (rxPropSet), in PropertyChgHelper()
75 xPropSet = rHelper.xPropSet; in PropertyChgHelper()
90 if (xPropSet.is()) in AddAsPropListener()
97 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
104 if (xPropSet.is()) in RemoveAsPropListener()
111 xPropSet->removePropertyChangeListener( pPropName[i], this ); in RemoveAsPropListener()
133 if (rSource.Source == xPropSet) in disposing()
136 xPropSet = NULL; in disposing()

Completed in 147 milliseconds

12345678910>>...14