/trunk/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartTitle.java | 159 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasMainTitle"); in testCreateMainTitle() 164 defaultTitle = (String) SCUtil.getProperties(aTitle, "String"); in testCreateMainTitle() 171 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasMainTitle"); in testCreateMainTitle() 172 resultTitle = (String) SCUtil.getProperties(xChartDocument.getTitle(), "String"); in testCreateMainTitle() 215 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasSubTitle"); in testCreateSubTitle() 220 defaultTitle = (String) SCUtil.getProperties(aSubTitle, "String"); in testCreateSubTitle() 227 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasSubTitle"); in testCreateSubTitle() 228 resultTitle = (String) SCUtil.getProperties(xChartDocument.getSubTitle(), "String"); in testCreateSubTitle() 287 result[0] = (Boolean) SCUtil.getProperties(xChartDocument, "HasMainTitle"); in testInputTitles() 288 result[1] = (Boolean) SCUtil.getProperties(xChartDocument, "HasSubTitle"); in testInputTitles() [all …]
|
H A D | ChartGrid.java | 196 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisGrid"); in testCreateXYGrid() 197 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisGrid"); in testCreateXYGrid() 198 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisHelpGrid"); in testCreateXYGrid() 199 results[1][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisHelpGrid"); in testCreateXYGrid() 273 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisGrid"); in testCreateXYZGrid() 274 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisGrid"); in testCreateXYZGrid() 275 results[0][2] = (Boolean) SCUtil.getProperties(xDiagram, "HasZAxisGrid"); in testCreateXYZGrid() 276 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxisHelpGrid"); in testCreateXYZGrid() 277 results[1][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxisHelpGrid"); in testCreateXYZGrid() 278 results[1][2] = (Boolean) SCUtil.getProperties(xDiagram, "HasZAxisHelpGrid"); in testCreateXYZGrid()
|
H A D | ChartAxis.java | 205 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxis"); in testCreateXYAxes() 206 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxis"); in testCreateXYAxes() 207 results[1][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasSecondaryXAxis"); in testCreateXYAxes() 208 results[1][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasSecondaryYAxis"); in testCreateXYAxes() 275 results[0][0] = (Boolean) SCUtil.getProperties(xDiagram, "HasXAxis"); in testCreateXYZAxes() 276 results[0][1] = (Boolean) SCUtil.getProperties(xDiagram, "HasYAxis"); in testCreateXYZAxes() 277 results[0][2] = (Boolean) SCUtil.getProperties(xDiagram, "HasZAxis"); in testCreateXYZAxes()
|
H A D | ChartLegend.java | 155 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testDisableLegend() 165 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testDisableLegend() 217 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testLegendPosition()
|
/trunk/main/vcl/source/window/ |
H A D | wpropset.cxx | 106 uno::Sequence< beans::PropertyValue > getProperties() const in getProperties() function 109 return mpWindow->getProperties(); in getProperties() 111 return mpLayout->getProperties(); in getProperties() 219 rEntry.maSavedValues = i_pLayout->getProperties(); in addLayoutToSet() 236 rEntry.maSavedValues = i_pWindow->getProperties(); in addWindowToSet() 314 uno::Sequence< beans::PropertyValue > aNewProps( rEntry.getProperties() ); in IMPL_LINK() 336 rEntry.maSavedValues = rEntry.getProperties(); in IMPL_LINK()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | CfgParser.java | 57 cfg = getProperties(getDefaultFileName(true)); in getIniParameters() 61 cfg = getProperties(getDefaultFileName(false)); in getIniParameters() 66 cfg = getProperties(iniFile); in getIniParameters() 126 protected Properties getProperties(String name) in getProperties() method in CfgParser
|
/trunk/main/basic/source/classes/ |
H A D | propacc.cxx | 240 Sequence< Property > PropertySetInfoImpl::getProperties(void) throw() in getProperties() function in PropertySetInfoImpl 290 Sequence< Property > SbPropertySetInfo::getProperties(void) throw( RuntimeException ) in getProperties() function in SbPropertySetInfo 292 return aImpl.getProperties(); in getProperties() 341 Sequence< Property > SbPropertyContainer::getProperties(void) throw () in getProperties() function in SbPropertyContainer 343 return aImpl.getProperties(); in getProperties()
|
/trunk/main/unotools/source/property/ |
H A D | propertysetinfo.cxx | 48 Sequence< Property > getProperties() throw(); 105 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties() function in PropertyMapImpl 177 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties() function in PropertySetInfo 179 return mpMap->getProperties(); in getProperties()
|
/trunk/main/comphelper/source/property/ |
H A D | propertysetinfo.cxx | 47 Sequence< Property > getProperties() throw(); 108 Sequence< Property > PropertyMapImpl::getProperties() throw() in getProperties() function in PropertyMapImpl 192 Sequence< ::com::sun::star::beans::Property > SAL_CALL PropertySetInfo::getProperties() throw(::com… in getProperties() function in PropertySetInfo 194 return mpMap->getProperties(); in getProperties()
|
H A D | composedprops.cxx | 51 virtual Sequence< Property > SAL_CALL getProperties( ) throw(RuntimeException); 96 aMasterProps = xMasterSet->getPropertySetInfo()->getProperties(); in compose() 125 aSecondaryProperties = xSecondarySet->getPropertySetInfo()->getProperties(); in compose() 314 Sequence< Property> SAL_CALL OComposedPropertySetInfo::getProperties() throw(RuntimeException) in getProperties() function in comphelper::OComposedPropertySetInfo
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/ |
H A D | _XPropertyState.java | 87 properties = propertySetInfo.getProperties(); in before() 127 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyDefault() 155 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyState() 183 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyStates()
|
/trunk/main/svl/source/items/ |
H A D | itemprop.cxx | 112 uno::Sequence<beans::Property> SfxItemPropertyMap::getProperties() const in getProperties() function in SfxItemPropertyMap 418 SfxItemPropertySetInfo::getProperties( ) in getProperties() function in SfxItemPropertySetInfo 421 return m_pImpl->m_pOwnMap->getProperties(); in getProperties() 477 SfxExtItemPropertySetInfo::getProperties( ) throw(RuntimeException) in getProperties() function in SfxExtItemPropertySetInfo 479 return aExtMap.getProperties(); in getProperties()
|
/trunk/main/xmloff/source/core/ |
H A D | PropertySetMerger.cxx | 73 virtual Sequence< Property > SAL_CALL getProperties( ) throw(RuntimeException); 219 Sequence< Property > SAL_CALL PropertySetMergerImpl::getProperties() throw(RuntimeException) in getProperties() function in PropertySetMergerImpl 221 Sequence< Property > aProps1( mxPropSet1Info->getProperties() ); in getProperties() 225 Sequence< Property > aProps2( mxPropSet1Info->getProperties() ); in getProperties()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | contentinfo.cxx | 96 uno::Sequence< beans::Property > SAL_CALL PropertySetInfo::getProperties() in getProperties() function in ucbhelper::PropertySetInfo 111 = m_pContent->getProperties( m_xEnv ); in getProperties() 138 = xInfo->getProperties(); in getProperties() 201 getProperties(); in queryProperty()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | Introspector.java | 240 boolean bHasProperties = (getProperties(_oUnoObject).length > 0); in hasProperties() 245 protected Property[] getProperties( Object _oUnoParentObject){ in getProperties() method in Introspector 249 …Property[] aProperties = xIntrospectionAccess.getProperties(com.sun.star.beans.PropertyConcept.ATT… in getProperties() 260 protected Property[] getProperties(Object _oUnoObject, String _sServiceName){ in getProperties() method in Introspector 261 Property[] aProperties = getProperties(_oUnoObject); in getProperties() 423 … XPropertyTypeDescription[] xPropertyTypeDescriptions = xServiceTypeDescription.getProperties(); in getPropertyDescriptionsOfService()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | Properties.java | 68 public PropertyValue[] getProperties() in getProperties() method in Properties 70 return getProperties(this); in getProperties() 73 public static PropertyValue[] getProperties(Map map) in getProperties() method in Properties
|
/trunk/main/stoc/test/ |
H A D | testintrosp.cxx | 294 virtual Sequence< Property > SAL_CALL getProperties( ) 329 Sequence< Property > ImplPropertySetInfo::getProperties(void) in getProperties() function in ImplPropertySetInfo 368 Sequence<Property> aSeq = getProperties(); in getPropertyByName() 383 Sequence<Property> aSeq = getProperties(); in hasPropertyByName() 733 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in setPropertyValue() 748 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in getPropertyValue() 1203 Sequence<Property> aRetSeq = xAccess->getProperties( nConcepts ); in test_introsp()
|
/trunk/main/vcl/source/components/ |
H A D | display.cxx | 68 virtual Sequence< Property > SAL_CALL getProperties( ) throw (RuntimeException); 130 Sequence< Property > SAL_CALL DisplayInfo::getProperties( ) throw (RuntimeException) in getProperties() function in vcl::DisplayInfo 194 virtual Sequence< Property > SAL_CALL getProperties( ) throw (RuntimeException); 270 Sequence< Property > SAL_CALL DisplayAccess::getProperties( ) throw (RuntimeException) in getProperties() function in vcl::DisplayAccess
|
/trunk/main/writerfilter/inc/resourcemodel/ |
H A D | TableData.hxx | 117 PropertiesPointer getProperties() { return mpProps; } in getProperties() function in writerfilter::CellData 250 return mCells[i]->getProperties(); in getCellProperties() 256 PropertiesPointer getProperties() in getProperties() function in writerfilter::RowData
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | PropertiesRetriever.java | 81 Vector properties = getProperties(); in getPropertyValues() 147 public Vector getProperties() { in getProperties() method in PropertiesRetriever 214 Vector properties = obtProperty.getProperties(); in main()
|
H A D | PropertiesComposer.java | 82 Vector properties = getProperties(); in setProperties() 154 public Vector getProperties() { in getProperties() method in PropertiesComposer 256 Vector properties = setProp.getProperties(); in main()
|
/trunk/main/basic/source/inc/ |
H A D | propacc.hxx | 126 NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) throw (); 143 virtual NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) 173 virtual NS_UNO::Sequence< NS_BEANS::Property > SAL_CALL getProperties(void) throw();
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.cxx | 113 pResult = mpValue->getProperties(); in getProps() 219 writerfilter::Reference<Properties>::Pointer_t OOXMLValue::getProperties() in getProperties() function in writerfilter::ooxml::OOXMLValue 558 writerfilter::Reference<Properties>::Pointer_t OOXMLPropertySetValue::getProperties() in getProperties() function in writerfilter::ooxml::OOXMLPropertySetValue 715 ((*it)->getProperties()); in resolve()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | TablePropertiesHandler.cxx | 162 pTablePropMap->insert( pBorderHandler->getProperties() ); in sprm() 195 insertTableProps( pCellColorHandler->getProperties() ); in sprm() 217 cellProps( pCellColorHandler->getProperties()); in sprm()
|
/trunk/main/svl/inc/svl/ |
H A D | itemprop.hxx | 97 com::sun::star::uno::Sequence< com::sun::star::beans::Property > getProperties() const; 176 getProperties( ) 203 getProperties( )
|