Searched refs:nKeys (Results 1 – 7 of 7) sorted by relevance
819 int nKeys = rJob.m_aContext.countValuesModified(); in writeFeatureList() local820 ::std::vector< const PPDKey* > aKeys( nKeys ); in writeFeatureList()821 for( i = 0; i < nKeys; i++ ) in writeFeatureList()825 for( i = 0; i < nKeys && bSuccess; i++ ) in writeFeatureList()
128 int nKeys = rConfig.GetKeyCount(); in getStoredCommands() local130 while( nKeys-- ) in getStoredCommands()132 String aCommand( rConfig.ReadKey( ByteString::CreateFromInt32( nKeys ), RTL_TEXTENCODING_UTF8 ) ); in getStoredCommands()
869 int nKeys = rJob.m_aContext.countValuesModified(); in getOptionsFromDocumentSetup() local870 ::std::vector< const PPDKey* > aKeys( nKeys ); in getOptionsFromDocumentSetup()871 for( i = 0; i < nKeys; i++ ) in getOptionsFromDocumentSetup()875 for( i = 0; i < nKeys; i++ ) in getOptionsFromDocumentSetup()
1733 for(sal_Int32 nKeys = 0; nKeys < nKeysCount; nKeys++) in ExportBibliographyConfiguration() local1735 Sequence<PropertyValue> & rKey = aKeys[nKeys]; in ExportBibliographyConfiguration()
708 sal_uInt32 nKeys) in freeKeyNames() argument710 for (sal_uInt32 i=0; i < nKeys; i++) in freeKeyNames()
147 void SetSortKeys(sal_uInt16 nKeyCount, SwTOXSortKey nKeys[]);
1339 sal_Int32 nKeys = lKeys.getLength(); in impl_ts_load() local1340 for ( sal_Int32 i=0; i<nKeys; ++i ) in impl_ts_load()
Completed in 116 milliseconds