/aoo42x/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 607 sal_Int32 nProps = 0; in print() local 645 aCheckedArgs[nProps].Name = rProp.Name; in print() 661 aCheckedArgs[nProps].Name = rProp.Name; in print() 662 aCheckedArgs[nProps++].Value <<= sTemp; in print() 696 aCheckedArgs[nProps].Name = rProp.Name; in print() 709 aCheckedArgs[nProps++].Value <<= bTemp; in print() 721 aCheckedArgs[nProps].Name = rProp.Name; in print() 733 aCheckedArgs[nProps].Name = rProp.Name; in print() 742 aCheckedArgs[nProps].Name = rProp.Name; in print() 755 if ( nProps != aCheckedArgs.getLength() ) in print() [all …]
|
/aoo42x/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() 942 Sequence< Any > aValues( nProps ); in SaveOther() 986 if (nProps && aValues.getLength() == nProps) in LoadFormat() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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() 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() 1415 ImplNormalizePropertySequence( nProps, pHandles, pValues, &nValidHandles ); in setPropertyValues() [all …]
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 580 int nProps; in getPropertyValues() local 590 nProps = rProperties.getLength(); in getPropertyValues() 594 nProps = allProperties.getLength(); in getPropertyValues() 602 for( sal_Int32 n = 0; n < nProps; ++n ) { in getPropertyValues() 689 getURI(), (int)xRow->getLength(), (int)nProps); in getPropertyValues() 1349 const int nProps = sizeof (aGenericProperties) / sizeof (aGenericProperties[0]); in getProperties() local 1351 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties() 1393 const int nProps in getCommands() local 1396 aCommandInfoTable, isFolder( xEnv ) ? nProps : nProps - 2 ); in getCommands()
|
/aoo42x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 403 sal_Int32 nProps; in getPropertyValuesFromGFileInfo() local 406 nProps = rProperties.getLength(); in getPropertyValuesFromGFileInfo() 409 for( sal_Int32 n = 0; n < nProps; ++n ) in getPropertyValuesFromGFileInfo() 1253 const int nProps = sizeof (aGenericProperties) / sizeof (aGenericProperties[0]); in getProperties() local 1254 return uno::Sequence< beans::Property > ( aGenericProperties, nProps ); in getProperties() 1295 const int nProps = sizeof (aCommandInfoTable) / sizeof (aCommandInfoTable[0]); in getCommands() local 1296 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 719 const sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValuesTolerant() local 726 uno::Sequence< beans::SetPropertyTolerantFailed > aFailed( nProps ); in setPropertyValuesTolerant() 737 for (sal_Int32 i = 0; i < nProps; ++i) in setPropertyValuesTolerant() 846 sal_Int32 nProps = rPropertyNames.getLength(); in GetPropertyValuesTolerant_Impl() local 849 uno::Sequence< beans::GetDirectPropertyTolerantResult > aResult( nProps ); in GetPropertyValuesTolerant_Impl() 856 for (sal_Int32 i = 0; i < nProps; ++i) in GetPropertyValuesTolerant_Impl() 858 DBG_ASSERT( nIdx < nProps, "index out ouf bounds" ); in GetPropertyValuesTolerant_Impl()
|
H A D | unochart.cxx | 1425 sal_Int32 nProps = 0; in detectArguments() local 1426 aResult[nProps ].Name = C2U("FirstCellAsLabel"); in detectArguments() 1427 aResult[nProps++].Value <<= bFirstCellIsLabel; in detectArguments() 1428 aResult[nProps ].Name = C2U("CellRangeRepresentation"); in detectArguments() 1429 aResult[nProps++].Value <<= aSortedCellRanges; in detectArguments() 1433 aResult[nProps++].Value <<= aBrokenCellRangeForExport; in detectArguments() 1439 aResult[nProps ].Name = C2U("DataRowSource"); in detectArguments() 1440 aResult[nProps++].Value <<= eDataRowSource; in detectArguments() 1444 aResult[nProps ].Name = C2U("SequenceMapping"); in detectArguments() 1445 aResult[nProps++].Value <<= aSequenceMapping; in detectArguments() [all …]
|
H A D | unoport.cxx | 580 sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValuesTolerant() local 587 uno::Sequence< beans::SetPropertyTolerantFailed > aFailed( nProps ); in setPropertyValuesTolerant() 593 for (sal_Int32 i = 0; i < nProps; ++i) in setPropertyValuesTolerant() 680 sal_Int32 nProps = rPropertyNames.getLength(); in GetPropertyValuesTolerant_Impl() local 695 for (sal_Int32 i = 0; i < nProps; ++i) in GetPropertyValuesTolerant_Impl()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 816 sal_Int32 nProps = PropertySet.getLength(); in getPropertyValues() local 817 if ( !nProps ) in getPropertyValues() 822 Sequence< Any > aValues( nProps ); in getPropertyValues() 828 Sequence< Any > aValues( nProps ); in getPropertyValues() 833 for ( sal_Int32 n = 0; n < nProps; ++n ) in getPropertyValues()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow1.cxx | 71 const int nProps = aProps.getLength(); in SetSystemParent_Impl() local 73 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()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 2123 for ( sal_Int32 nProps=0; nProps<rMyProps.getLength(); nProps++ ) local 2125 const PropertyValue& rAny = rMyProps[nProps]; 2193 void UCBStorage_Impl::GetProps( sal_Int32& nProps, Sequence < Sequence < PropertyValue > >& rSequen… argument 2208 rSequence[ nProps++ ] = aProps; 2221 pElement->m_xStorage->GetProps( nProps, rSequence, aPath ); 2231 rSequence[ nProps++ ] = aProps; 2501 sal_Int32 nProps = 0; local 2502 GetProps( nProps, aProps, String() );
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | resultset.cxx | 105 sal_Int32 nProps ); 1585 sal_Int32 nProps ) in PropertySetInfo() argument 1588 m_pProps = new uno::Sequence< beans::Property >( nProps ); in PropertySetInfo() 1590 if ( nProps ) in PropertySetInfo() 1595 for ( sal_Int32 n = 0; n < nProps; ++n ) in PropertySetInfo()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unonrule.cxx | 195 const int nProps = 15; in getNumberingRuleByIndex() local 196 beans::PropertyValue* pArray = new beans::PropertyValue[nProps]; in getNumberingRuleByIndex() 281 DBG_ASSERT( nIdx <= nProps, "FixMe: Array uebergelaufen!!!! [CL]" ); in getNumberingRuleByIndex()
|
/aoo42x/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()
|
/aoo42x/main/scripting/source/basprov/ |
H A D | basmethnode.cxx | 229 sal_Int32 nProps = aProps.getLength(); in invoke() local 231 for ( sal_Int32 i = 0; i < nProps; ++i ) in invoke()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 1464 sal_Int32 nProps = 0; in getPropertyValues() local 1480 aProperties[ nProps ] = rProperties[ n ]; in getPropertyValues() 1481 nProps++; in getPropertyValues() 1489 aProperties.realloc( nProps ); in getPropertyValues()
|