Home
last modified time | relevance | path

Searched refs:nProps (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx607 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 …]
/trunk/main/starmath/source/
H A Dcfgitem.cxx468 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 …]
/trunk/main/unotools/source/config/
H A Dsearchopt.cxx185 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 Dlingucfg.cxx602 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 Dunopropertyarrayhelper.cxx77 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 Dunocontrolmodel.cxx623 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 …]
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx580 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()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx403 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()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx719 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 Dunochart.cxx1425 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 Dunoport.cxx580 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()
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx816 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()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx71 const int nProps = aProps.getLength(); in SetSystemParent_Impl() local
73 for( int i = 0; i < nProps; i++ ) in SetSystemParent_Impl()
H A Dvclxtoolkit.cxx995 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 Ducbstorage.cxx2123 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() );
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx105 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()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx195 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()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx108 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/scripting/source/basprov/
H A Dbasmethnode.cxx229 sal_Int32 nProps = aProps.getLength(); in invoke() local
231 for ( sal_Int32 i = 0; i < nProps; ++i ) in invoke()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx967 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 Dvbahelper.cxx348 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 Dimagemgr.cxx273 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 Dviewprn.cxx148 int nProps = aRenderParms.getLength(); in SfxPrinterController() local
149 for( int i = 0; i < nProps; i++ ) in SfxPrinterController()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx630 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 Dwebdavcontent.cxx1464 sal_Int32 nProps = 0; in getPropertyValues() local
1480 aProperties[ nProps ] = rProperties[ n ]; in getPropertyValues()
1481 nProps++; in getPropertyValues()
1489 aProperties.realloc( nProps ); in getPropertyValues()

Completed in 232 milliseconds

12