/trunk/main/package/source/xstor/ |
H A D | owriteablestream.cxx | 797 const uno::Sequence< beans::PropertyValue >& aProps ) in InsertStreamDirectly() 831 for ( sal_Int32 nInd = 0; nInd < aProps.getLength(); nInd++ ) in InsertStreamDirectly() 833 if ( aProps[nInd].Name.equals( aComprPropName ) ) in InsertStreamDirectly() 836 aProps[nInd].Value >>= bCompressed; in InsertStreamDirectly() 839 && aProps[nInd].Name.equals( aMedTypePropName ) ) in InsertStreamDirectly() 841 xPropertySet->setPropertyValue( aProps[nInd].Name, aProps[nInd].Value ); in InsertStreamDirectly() 844 aProps[nInd].Value >>= m_bUseCommonEncryption; in InsertStreamDirectly() 849 if ( aProps[nInd].Name.equals( aMedTypePropName ) || aProps[nInd].Name.equals( aComprPropName ) ) in InsertStreamDirectly() 852 if ( aProps[nInd].Name.equals( m_aProps[nMemInd].Name ) ) in InsertStreamDirectly() 853 m_aProps[nMemInd].Value = aProps[nInd].Value; in InsertStreamDirectly() [all …]
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 1209 ::std::vector< ::rtl::OUString> aProps; in exportAutoStyle() 1216 aProps.push_back(PROPERTY_BORDERRIGHT); in exportAutoStyle() 1221 aProps.push_back(PROPERTY_BORDERLEFT); in exportAutoStyle() 1223 aProps.push_back(PROPERTY_BORDERTOP); in exportAutoStyle() 1224 aProps.push_back(PROPERTY_BORDERBOTTOM); in exportAutoStyle() 1232 aProps.push_back(PROPERTY_BORDERTOP); in exportAutoStyle() 1237 aProps.push_back(PROPERTY_BORDERBOTTOM); in exportAutoStyle() 1239 aProps.push_back(PROPERTY_BORDERRIGHT); in exportAutoStyle() 1240 aProps.push_back(PROPERTY_BORDERLEFT); in exportAutoStyle() 1248 ::std::for_each(aProps.begin(),aProps.end(), in exportAutoStyle()
|
/trunk/main/starmath/source/ |
H A D | mathmlexport.cxx | 304 uno::Sequence< PropertyValue > aProps(0); in WriteThroughComponent() local 305 xFilter->filter( aProps ); in WriteThroughComponent() 686 void SmXMLExport::GetViewSettings( Sequence < PropertyValue >& aProps) in GetViewSettings() argument 705 aProps.realloc( 4 ); in GetViewSettings() 706 PropertyValue *pValue = aProps.getArray(); in GetViewSettings() 732 Sequence< Property > aProps = xPropertySetInfo->getProperties(); in GetConfigurationSettings() local 733 sal_Int32 nCount(aProps.getLength()); in GetConfigurationSettings() 749 const OUString &rPropName = aProps[i].Name; in GetConfigurationSettings()
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 323 Sequence< ::rtl::OUString > aProps( s_nPropertyCount ); in getSupportedControlProperties() local 324 ::rtl::OUString* pProperty = aProps.getArray(); in getSupportedControlProperties() 330 aProps.realloc( pProperty - aProps.getArray() ); in getSupportedControlProperties() 331 return aProps; in getSupportedControlProperties()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 402 uno::Sequence<beans::PropertyValue> aProps; in GetConditionalFormat() local 404 SetBaseCellAddress(aProps, sBaseCell); in GetConditionalFormat() 405 SetStyle(aProps, sApplyStyle); in GetConditionalFormat() 426 SetOperator( aProps, aParseResult.meOperator ); in GetConditionalFormat() 427 … SetFormula( aProps, 1, aParseResult.maOperand1, aConditionNmsp, eGrammar, bHasNmsp ); in GetConditionalFormat() 428 … SetFormula( aProps, 2, aParseResult.maOperand2, aConditionNmsp, eGrammar, bHasNmsp ); in GetConditionalFormat() 434 xConditionalEntries->addNew( aProps ); in GetConditionalFormat()
|
/trunk/main/cui/source/customize/ |
H A D | macropg.cxx | 815 ::comphelper::NamedValueCollection aProps; in GetPropsByName() 818 aProps.put( "EventType", rAssignedEvent.first ); in GetPropsByName() 819 aProps.put( "Script", rAssignedEvent.second ); in GetPropsByName() 821 aReturn <<= aProps.getPropertyValues(); in GetPropsByName() 834 ::comphelper::NamedValueCollection aProps( props ); in GetPairFromAny() 835 type = aProps.getOrDefault( "EventType", type ); in GetPairFromAny() 836 url = aProps.getOrDefault( "Script", url ); in GetPairFromAny()
|
/trunk/main/toolkit/source/controls/ |
H A D | roadmapentry.cxx | 117 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; in createArrayHelper() 119 describeProperties( aProps ); in createArrayHelper() 121 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
|
/trunk/main/filter/source/pdf/ |
H A D | pdfdialog.cxx | 168 Sequence< Property > aProps; in createArrayHelper() local 169 describeProperties(aProps); in createArrayHelper() 170 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
|
/trunk/main/dbaccess/source/ext/adabas/ |
H A D | ANewDb.cxx | 130 Sequence< Property > aProps; in createArrayHelper() local 131 describeProperties(aProps); in createArrayHelper() 132 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | SettingsExportHelper.hxx | 75 const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps, 78 const com::sun::star::uno::Sequence<sal_Int8>& aProps, 102 const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aProps,
|
/trunk/main/extensions/source/abpilot/ |
H A D | unodialogabp.cxx | 151 Sequence< Property > aProps; in createArrayHelper() local 152 describeProperties(aProps); in createArrayHelper() 153 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | AdvancedSettingsDlg.cxx | 137 Sequence< Property > aProps; in createArrayHelper() local 138 describeProperties(aProps); in createArrayHelper() 139 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 597 NodePropertyMap & aProps( pNode->getNodeProperties() ); in AnimContext() local 616 aProps[ NP_CALCMODE ] = makeAny(nEnum); in AnimContext() 648 NodePropertyMap & aProps( mpNode->getNodeProperties() ); in ~AnimContext() local 665 aProps[ NP_FORMULA ] <<= iter->msFormula; in ~AnimContext() 668 aProps[ NP_VALUES ] <<= aValues; in ~AnimContext() 669 aProps[ NP_KEYTIMES ] <<= aKeyTimes; in ~AnimContext()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AResultSet.cxx | 899 WpADOProperties aProps; in hasOrderedBookmarks() local 900 aProps.setWithOutAddRef(pProps); in hasOrderedBookmarks() 902 OSL_ENSURE(aProps.IsValid(),"There are no properties at the connection"); in hasOrderedBookmarks() 904 WpADOProperty aProp(aProps.GetItem(::rtl::OUString::createFromAscii("Bookmarks Ordered"))); in hasOrderedBookmarks() 1057 Sequence< com::sun::star::beans::Property > aProps(5); in createArrayHelper() local 1058 com::sun::star::beans::Property* pProperties = aProps.getArray(); in createArrayHelper() 1068 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/svtools/workben/unodialog/ |
H A D | unodialogsample.cxx | 197 Sequence< Property > aProps; in createArrayHelper() local 198 describeProperties( aProps ); in createArrayHelper() 199 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
|
/trunk/main/filter/source/svg/ |
H A D | svgdialog.cxx | 208 Sequence< Property > aProps; in createArrayHelper() local 210 describeProperties(aProps); in createArrayHelper() 212 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
|
/trunk/main/connectivity/source/sdbcx/ |
H A D | VGroup.cxx | 88 Sequence< Property > aProps; in createArrayHelper() local 89 describeProperties(aProps); in createArrayHelper() 90 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 889 uno::Sequence< rtl::OUString > aProps( 1 ); in insert() 890 aProps[ 0 ] = rtl::OUString::createFromAscii( "zzzz" ); in insert() 895 aProps ) ), in insert() 921 uno::Any aProps in insert() local 930 uno::Sequence< uno::Any >(&aProps, 1), in insert()
|
/trunk/main/sw/source/ui/uno/ |
H A D | SwXFilterOptions.cxx | 93 void SwXFilterOptions::setPropertyValues( const uno::Sequence<beans::PropertyValue >& aProps ) in setPropertyValues() argument 97 const beans::PropertyValue* pPropArray = aProps.getConstArray(); in setPropertyValues() 98 long nPropCount = aProps.getLength(); in setPropertyValues()
|
/trunk/main/svtools/source/uno/ |
H A D | addrtempuno.cxx | 170 Sequence< Property > aProps; in createArrayHelper() local 171 describeProperties(aProps); in createArrayHelper() 172 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|
/trunk/main/toolkit/source/helper/ |
H A D | unopropertyarrayhelper.cxx | 93 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aProps( nProps ); in getProperties() 94 ::com::sun::star::beans::Property* pProps = aProps.getArray(); in getProperties() 105 return aProps; in getProperties()
|
/trunk/main/filter/source/flash/ |
H A D | swfdialog.cxx | 229 Sequence< Property > aProps; in createArrayHelper() local 230 describeProperties(aProps); in createArrayHelper() 231 return new ::cppu::OPropertyArrayHelper( aProps ); in createArrayHelper()
|
/trunk/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 193 uno::Sequence < beans::PropertyValue > aProps; in FinishApplet() local 194 aCommandList.FillSequence( aProps ); in FinishApplet() 195 …et->setPropertyValue( ::rtl::OUString::createFromAscii("AppletCommands"), uno::makeAny( aProps ) ); in FinishApplet()
|
/trunk/main/oox/source/drawingml/chart/ |
H A D | chartspaceconverter.cxx | 215 PropertySet aProps( getChartDocument() ); in convertFromModel() local 216 aProps.setProperty( PROP_DisableDataTableDialog , true ); in convertFromModel() 217 aProps.setProperty( PROP_DisableComplexChartTypes , true ); in convertFromModel()
|
/trunk/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 165 Sequence< Property > aProps; in createArrayHelper() local 166 describeProperties(aProps); in createArrayHelper() 167 return new ::cppu::OPropertyArrayHelper(aProps); in createArrayHelper()
|