Searched refs:nMap (Results 1 – 6 of 6) sorted by relevance
1399 for ( size_t nMap = pImp->aVersions.size(); nMap > 0; --nMap ) in GetNewWhich() local1401 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap-1]; in GetNewWhich()1425 for ( size_t nMap = 0; nMap < pImp->aVersions.size(); ++nMap ) in GetNewWhich() local1427 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap]; in GetNewWhich()
64 ULONG nCur, nMap; in DRIVE_EXISTS() local65 APIRET nRet = DosQueryCurrentDisk( &nCur, &nMap ); in DRIVE_EXISTS()66 return ( nMap & 1 << (c - 'a') ) != 0; in DRIVE_EXISTS()
33 nMap = 062 nMap = nMaps119 sSymbol[nMap,$1] = 1
2842 sal_uInt16 nMap = 0; in handleDocProperty() local2843 for( ; nMap < sizeof(aDocProperties) / sizeof(DocPropertyMap); in handleDocProperty()2844 ++nMap ) in handleDocProperty()2846 if(sParam.equalsAscii(aDocProperties[nMap].pDocPropertyName)) in handleDocProperty()2850 (aDocProperties[nMap].pServiceName); in handleDocProperty()2877 if(0 != (aDocProperties[nMap].nFlags & SET_ARABIC)) in handleDocProperty()2881 else if(0 != (aDocProperties[nMap].nFlags & SET_FULL_NAME)) in handleDocProperty()
50 extern SvXMLEnumMapEntry* getAnimationsEnumMap( sal_uInt16 nMap );
102 SvXMLEnumMapEntry* getAnimationsEnumMap( sal_uInt16 nMap ) in getAnimationsEnumMap() argument104 switch( nMap ) in getAnimationsEnumMap()
Completed in 51 milliseconds