| /trunk/main/sfx2/source/doc/ |
| H A D | printhelper.cxx | 605 sal_Int32 nProps = 0; in print() local 643 aCheckedArgs[nProps].Name = rProp.Name; in print() 644 aCheckedArgs[nProps++].Value <<= sFileURL; in print() 647 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print() 648 aCheckedArgs[nProps++].Value <<= ::rtl::OUString( sTemp ); in print() 659 aCheckedArgs[nProps].Name = rProp.Name; in print() 660 aCheckedArgs[nProps++].Value <<= sTemp; in print() 663 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print() 664 aCheckedArgs[nProps++].Value <<= ::rtl::OUString( sPath ); in print() 681 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print() [all …]
|
| /trunk/main/starmath/source/ |
| H A D | cfgitem.cxx | 468 sal_Int32 nProps = aNames.getLength(); in ReadSymbol() local 472 for (sal_Int32 i = 0; i < nProps; ++i) in ReadSymbol() 485 if (nProps && aValues.getLength() == nProps) in ReadSymbol() 695 sal_Int32 nProps = aNames.getLength(); in ReadFontFormat() local 699 for (sal_Int32 i = 0; i < nProps; ++i) in ReadFontFormat() 712 if (nProps && aValues.getLength() == nProps) in ReadFontFormat() 871 sal_Int32 nProps = aNames.getLength(); in LoadOther() local 874 if (nProps && aValues.getLength() == nProps) in LoadOther() 928 DBG_ASSERT( pVal - pValues == nProps, "property mismatch" ); in LoadOther() 940 sal_Int32 nProps = aNames.getLength(); in SaveOther() local [all …]
|
| /trunk/main/unotools/source/config/ |
| H A D | searchopt.cxx | 185 sal_Int32 nProps = aNames.getLength(); in Load() local 192 if (nProps && aValues.getLength() == nProps) in Load() 197 for (sal_uInt16 i = 0; i < nProps; ++i) in Load() 239 sal_Int32 nProps = aNames.getLength(); in Save() local 241 Sequence< Any > aValues( nProps ); in Save() 244 DBG_ASSERT( nProps == MAX_FLAGS_OFFSET + 1, in Save() 246 if (nProps && nProps == MAX_FLAGS_OFFSET + 1) in Save() 248 for (sal_uInt16 i = 0; i < nProps; ++i) in Save()
|
| H A D | lingucfg.cxx | 602 sal_Int32 nProps = rProperyNames.getLength(); in LoadOptions() local 607 if (nProps && aValues.getLength() == nProps && aROStates.getLength() == nProps) in LoadOptions() 613 for (sal_Int32 i = 0; i < nProps; ++i) in LoadOptions() 727 sal_Int32 nProps = rProperyNames.getLength(); in SaveOptions() local 728 uno::Sequence< uno::Any > aValues( nProps ); in SaveOptions() 731 if (nProps && aValues.getLength() == nProps) in SaveOptions() 1453 sal_Int32 nProps = aPropNames.getLength(); in HasVendorImages() local 1455 for (sal_Int32 k = 0; k < nProps; ++k) in HasVendorImages()
|
| /trunk/main/toolkit/source/helper/ |
| H A D | unopropertyarrayhelper.cxx | 77 sal_uInt32 nProps = maIDs.Count(); in getProperties() local 78 for ( sal_uInt32 s = 0; s < nProps; s++ ) in getProperties() 92 nProps = aSortedPropsIds.Count(); // koennen jetzt mehr sein in getProperties() 93 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aProps( nProps ); in getProperties() 96 for ( sal_uInt32 n = 0; n < nProps; n++ ) in getProperties()
|
| /trunk/main/toolkit/source/controls/ |
| H A D | unocontrolmodel.cxx | 623 sal_uInt32 nProps = aProps.Count(); in write() local 627 …am->writeLong( (long) aProps.IsKeyValid( BASEPROPERTY_FONTDESCRIPTOR ) ? ( nProps + 3 ) : nProps ); in write() 628 for ( i = 0; i < nProps; i++ ) in write() 830 sal_uInt32 nProps = (sal_uInt32)InStream->readLong(); in read() local 831 ::com::sun::star::uno::Sequence< ::rtl::OUString> aProps( nProps ); in read() 832 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> aValues( nProps ); in read() 843 for ( i = 0; i < nProps; i++ ) in read() 1378 sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValues() local 1382 Sequence< sal_Int32 > aHandles( nProps ); in setPropertyValues() 1397 for ( sal_uInt16 n = 0; n < nProps; ++n ) in setPropertyValues() [all …]
|
| /trunk/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_content.cxx | 566 int nProps; in getPropertyValues() local 576 nProps = rProperties.getLength(); in getPropertyValues() 580 nProps = allProperties.getLength(); in getPropertyValues() 588 for( sal_Int32 n = 0; n < nProps; ++n ) { in getPropertyValues() 675 getURI(), (int)xRow->getLength(), (int)nProps); in getPropertyValues() 1331 const int nProps = sizeof (aGenericProperties) / sizeof (aGenericProperties[0]); in getProperties() local 1333 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties() 1375 const int nProps in getCommands() local 1378 aCommandInfoTable, isFolder( xEnv ) ? nProps : nProps - 2 ); in getCommands()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoparagraph.cxx | 690 const sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValuesTolerant() local 697 uno::Sequence< beans::SetPropertyTolerantFailed > aFailed( nProps ); in setPropertyValuesTolerant() 708 for (sal_Int32 i = 0; i < nProps; ++i) in setPropertyValuesTolerant() 814 sal_Int32 nProps = rPropertyNames.getLength(); in GetPropertyValuesTolerant_Impl() local 817 uno::Sequence< beans::GetDirectPropertyTolerantResult > aResult( nProps ); in GetPropertyValuesTolerant_Impl() 824 for (sal_Int32 i = 0; i < nProps; ++i) in GetPropertyValuesTolerant_Impl() 826 DBG_ASSERT( nIdx < nProps, "index out ouf bounds" ); in GetPropertyValuesTolerant_Impl()
|
| H A D | unochart.cxx | 1421 sal_Int32 nProps = 0; in detectArguments() local 1422 aResult[nProps ].Name = C2U("FirstCellAsLabel"); in detectArguments() 1423 aResult[nProps++].Value <<= bFirstCellIsLabel; in detectArguments() 1424 aResult[nProps ].Name = C2U("CellRangeRepresentation"); in detectArguments() 1425 aResult[nProps++].Value <<= aSortedCellRanges; in detectArguments() 1428 aResult[nProps ].Name = C2U("BrokenCellRangeForExport"); in detectArguments() 1429 aResult[nProps++].Value <<= aBrokenCellRangeForExport; in detectArguments() 1435 aResult[nProps ].Name = C2U("DataRowSource"); in detectArguments() 1436 aResult[nProps++].Value <<= eDataRowSource; in detectArguments() 1440 aResult[nProps ].Name = C2U("SequenceMapping"); in detectArguments() [all …]
|
| H A D | unoport.cxx | 565 sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValuesTolerant() local 572 uno::Sequence< beans::SetPropertyTolerantFailed > aFailed( nProps ); in setPropertyValuesTolerant() 578 for (sal_Int32 i = 0; i < nProps; ++i) in setPropertyValuesTolerant() 662 sal_Int32 nProps = rPropertyNames.getLength(); in GetPropertyValuesTolerant_Impl() local 677 for (sal_Int32 i = 0; i < nProps; ++i) in GetPropertyValuesTolerant_Impl()
|
| /trunk/main/ucb/source/ucp/gio/ |
| H A D | gio_content.cxx | 400 sal_Int32 nProps; in getPropertyValuesFromGFileInfo() local 403 nProps = rProperties.getLength(); in getPropertyValuesFromGFileInfo() 406 for( sal_Int32 n = 0; n < nProps; ++n ) in getPropertyValuesFromGFileInfo() 1239 const int nProps = sizeof (aGenericProperties) / sizeof (aGenericProperties[0]); in getProperties() local 1240 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties() 1281 const int nProps = sizeof (aCommandInfoTable) / sizeof (aCommandInfoTable[0]); in getCommands() local 1282 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()
|
| /trunk/main/ucb/source/ucp/file/ |
| H A D | bc.cxx | 777 sal_Int32 nProps = PropertySet.getLength(); in getPropertyValues() local 778 if ( !nProps ) in getPropertyValues() 783 Sequence< Any > aValues( nProps ); in getPropertyValues() 789 Sequence< Any > aValues( nProps ); in getPropertyValues() 794 for ( sal_Int32 n = 0; n < nProps; ++n ) in getPropertyValues()
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxwindow1.cxx | 69 const int nProps = aProps.getLength(); in SetSystemParent_Impl() local 71 for( int i = 0; i < nProps; i++ ) in SetSystemParent_Impl()
|
| H A D | vclxtoolkit.cxx | 995 const int nProps = aProps.getLength(); in ImplCreateWindow() local 997 for( int i = 0; i < nProps; i++ ) in ImplCreateWindow() 1207 const int nProps = aProps.getLength(); in createSystemChild() local 1209 for( int i = 0; i < nProps; i++ ) in createSystemChild()
|
| /trunk/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 2122 for ( sal_Int32 nProps=0; nProps<rMyProps.getLength(); nProps++ ) local 2124 const PropertyValue& rAny = rMyProps[nProps]; 2192 void UCBStorage_Impl::GetProps( sal_Int32& nProps, Sequence < Sequence < PropertyValue > >& rSequen… argument 2207 rSequence[ nProps++ ] = aProps; 2220 pElement->m_xStorage->GetProps( nProps, rSequence, aPath ); 2230 rSequence[ nProps++ ] = aProps; 2500 sal_Int32 nProps = 0; local 2501 GetProps( nProps, aProps, String() );
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NDatabaseMetaData.cxx | 108 guint nProps; in initFields() local 114 &nProps ); in initFields() 115 pToBeFields = g_new0(ColumnProperty *, (nProps + OTHER_ZIP)/* new column(s)*/ ); in initFields() 116 for ( guint i = 0; i < nProps; i++ ) in initFields()
|
| /trunk/main/ucbhelper/source/provider/ |
| H A D | resultset.cxx | 105 sal_Int32 nProps ); 1515 sal_Int32 nProps ) in PropertySetInfo() argument 1518 m_pProps = new uno::Sequence< beans::Property >( nProps ); in PropertySetInfo() 1520 if ( nProps ) in PropertySetInfo() 1525 for ( sal_Int32 n = 0; n < nProps; ++n ) in PropertySetInfo()
|
| /trunk/main/editeng/source/uno/ |
| H A D | unonrule.cxx | 192 const int nProps = 15; in getNumberingRuleByIndex() local 193 beans::PropertyValue* pArray = new beans::PropertyValue[nProps]; in getNumberingRuleByIndex() 278 DBG_ASSERT( nIdx <= nProps, "FixMe: Array uebergelaufen!!!! [CL]" ); in getNumberingRuleByIndex()
|
| /trunk/main/scripting/source/basprov/ |
| H A D | basmethnode.cxx | 227 sal_Int32 nProps = aProps.getLength(); in invoke() local 229 for ( sal_Int32 i = 0; i < nProps; ++i ) in invoke()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | appuno.cxx | 967 sal_Int32 nProps=0; in TransformItems() local 985 nProps = nSubCount; in TransformItems() 988 nProps++; in TransformItems() 1021 nProps += nSubCount; in TransformItems() 1024 nProps++; in TransformItems() 1137 nProps += nAdditional; in TransformItems() 1292 if ( !nProps ) in TransformItems() 1296 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> aSequ( nProps ); in TransformItems()
|
| /trunk/main/vbahelper/source/vbahelper/ |
| H A D | vbahelper.cxx | 348 sal_Int32 nProps = sProps.getLength(); in dispatchRequests() local 350 if ( nProps ) in dispatchRequests() 352 dispatchProps.realloc( nProps + 1 ); in dispatchRequests() 356 for ( sal_Int32 index=0; index<nProps; ++index, ++pSrc, ++pDest ) in dispatchRequests()
|
| /trunk/main/svtools/source/misc/ |
| H A D | imagemgr.cxx | 273 sal_Int32 nProps = aTypeProps.getLength(); in GetImageExtensionByFactory_Impl() local 274 for ( sal_Int32 i = 0; i < nProps; ++i ) in GetImageExtensionByFactory_Impl()
|
| /trunk/main/sfx2/source/view/ |
| H A D | viewprn.cxx | 148 int nProps = aRenderParms.getLength(); in SfxPrinterController() local 149 for( int i = 0; i < nProps; i++ ) in SfxPrinterController()
|
| /trunk/main/xmloff/source/style/ |
| H A D | xmlexppr.cxx | 630 sal_Int32 nProps = maPropMapper->GetEntryCount(); in _Filter() local 658 for( sal_Int32 i=0; i < nProps; i++ ) in _Filter()
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | webdavcontent.cxx | 1436 sal_Int32 nProps = 0; in getPropertyValues() local 1452 aProperties[ nProps ] = rProperties[ n ]; in getPropertyValues() 1453 nProps++; in getPropertyValues() 1461 aProperties.realloc( nProps ); in getPropertyValues()
|