Home
last modified time | relevance | path

Searched refs:nMap (Results 1 – 6 of 6) sorted by path

/trunk/main/i18npool/source/localedata/data/
H A Dlinkermapfile-check.awk33 nMap = 0
62 nMap = nMaps
119 sSymbol[nMap,$1] = 1
/trunk/main/svl/source/items/
H A Dpoolio.cxx1399 for ( size_t nMap = pImp->aVersions.size(); nMap > 0; --nMap ) in GetNewWhich() local
1401 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap-1]; in GetNewWhich()
1425 for ( size_t nMap = 0; nMap < pImp->aVersions.size(); ++nMap ) in GetNewWhich() local
1427 SfxPoolVersion_ImplPtr pVerInfo = pImp->aVersions[nMap]; in GetNewWhich()
/trunk/main/tools/source/fsys/
H A Dos2.hxx64 ULONG nCur, nMap; in DRIVE_EXISTS() local
65 APIRET nRet = DosQueryCurrentDisk( &nCur, &nMap ); in DRIVE_EXISTS()
66 return ( nMap & 1 << (c - 'a') ) != 0; in DRIVE_EXISTS()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2842 sal_uInt16 nMap = 0; in handleDocProperty() local
2843 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()
/trunk/main/xmloff/inc/
H A Danimations.hxx50 extern SvXMLEnumMapEntry* getAnimationsEnumMap( sal_uInt16 nMap );
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx102 SvXMLEnumMapEntry* getAnimationsEnumMap( sal_uInt16 nMap ) in getAnimationsEnumMap() argument
104 switch( nMap ) in getAnimationsEnumMap()

Completed in 82 milliseconds