Home
last modified time | relevance | path

Searched refs:nTypeCount (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx528 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes() local
532 aTypeList.realloc (nTypeCount + nComponentTypeCount + 5); in getTypes()
535 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
537 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
538 aTypeList[nTypeCount + i++] = aPropertyChangeListenerType; in getTypes()
539 aTypeList[nTypeCount + i++] = aWindowListenerType; in getTypes()
540 aTypeList[nTypeCount + i++] = aFocusListenerType; in getTypes()
541 aTypeList[nTypeCount + i++] = aEventBroadcaster; in getTypes()
/trunk/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx168 long nTypeCount = aTypeList.getLength(); in getTypes() local
169 aTypeList.realloc (nTypeCount + 1); in getTypes()
172 aTypeList[nTypeCount] = aImageType; in getTypes()
H A DAccessibleOLEShape.cxx174 long nTypeCount = aTypeList.getLength(); in getTypes() local
175 aTypeList.realloc (nTypeCount + 1); in getTypes()
178 aTypeList[nTypeCount] = aActionType; in getTypes()
H A DAccessibleShape.cxx1109 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes() local
1113 aTypeList.realloc (nTypeCount + nComponentTypeCount + 3); in getTypes()
1116 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
1118 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
1119 aTypeList[nTypeCount + i++ ] = aDocumentEventListenerType; in getTypes()
1120 aTypeList[nTypeCount + i ] = aUnoTunnelType; in getTypes()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx245 sal_uInt16 nTypeCount = rListBox.GetEntryCount(); in InitTypes() local
246 StringVec aTypeNames( nTypeCount ); in InitTypes()
247 for( sal_uInt16 nIndex = 0; nIndex < nTypeCount; ++nIndex ) in InitTypes()
H A Dscuiasciiopt.cxx714 sal_Int32 nTypeCount = aLbType.GetEntryCount(); in IMPL_LINK() local
716 bool bEnable = ((0 <= nType) && (nType < nTypeCount)) || bEmpty; in IMPL_LINK()
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1153 sal_Int32 nTypeCount = lTypes.getLength() ; in impl_generateInvalidFiltersHTML() local
1160 for( sal_Int32 nType=0; nType<nTypeCount; ++nType ) in impl_generateInvalidFiltersHTML()
1227 sal_Int32 nTypeCount = lTypes.getLength() ; in impl_generateInvalidDetectorsHTML() local
1234 for( sal_Int32 nType=0; nType<nTypeCount; ++nType ) in impl_generateInvalidDetectorsHTML()
1302 sal_Int32 nTypeCount = lTypes.getLength() ; in impl_generateInvalidLoadersHTML() local
1309 for( sal_Int32 nType=0; nType<nTypeCount; ++nType ) in impl_generateInvalidLoadersHTML()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js79 var nTypeCount = gTypeNames.length;
82 for (index=0; index<nTypeCount; ++index)
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx519 sal_uInt8 nTypeCount = rInStrm.readuInt8(); // 'type-or-count' byte in importEmbeddedSiteModels() local
520 if( getFlag( nTypeCount, VBA_SITEINFO_COUNT ) ) in importEmbeddedSiteModels()
527 nSiteIndex += (nTypeCount & VBA_SITEINFO_MASK); in importEmbeddedSiteModels()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx930 unsigned int nTypeCount = pTypes ? [pTypes count] : 0; in GetPrinterQueueInfo() local
931 DBG_ASSERT( nTypeCount == nNameCount, "type count not equal to printer count" ); in GetPrinterQueueInfo()
935 NSString* pType = i < nTypeCount ? [pTypes objectAtIndex: i] : nil; in GetPrinterQueueInfo()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1100 sal_uLong nTypeCount; member
1105 _SwSaveTypeCountContent() { TYPECOUNT.nTypeCount = 0; nContent = 0; } in _SwSaveTypeCountContent()
1113 TYPECOUNT.nTypeCount = rArr[ rPos++ ]; in _SwSaveTypeCountContent()
1118 rArr.Insert( TYPECOUNT.nTypeCount, rArr.Count() ); in Add()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2070 sal_Int32 nTypeCount = SupportedTypesSeq.getLength(); in implInspect() local
2071 if( nTypeCount ) in implInspect()
2073 SupportedClassSeq.realloc( nTypeCount ); in implInspect()
2077 for( sal_Int32 i = 0 ; i < nTypeCount ; i++ ) in implInspect()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx304 nTypeCount = nUserTypeCount + 6; in SwMultiTOXTabDialog()
305 pFormArr = new SwForm*[nTypeCount]; in SwMultiTOXTabDialog()
306 pDescArr = new SwTOXDescription*[nTypeCount]; in SwMultiTOXTabDialog()
307 pxIndexSectionsArr = new SwIndexSections_Impl*[nTypeCount]; in SwMultiTOXTabDialog()
314 for(int i = nTypeCount - 1; i > -1; i--) in SwMultiTOXTabDialog()
395 for(sal_uInt16 i = 0; i < nTypeCount; i++) in ~SwMultiTOXTabDialog()
/trunk/main/oox/source/dump/
H A Doledumper.cxx1923 … sal_uInt8 nTypeCount = dumpHex< sal_uInt8 >( "type-count", "VBA-FORM-SITE-TYPECOUNT" ); in dumpSiteData() local
1924 if( getFlag( nTypeCount, AX_FORM_SITECOUNTTYPE_COUNT ) ) in dumpSiteData()
1927 nSiteIdx += (nTypeCount & AX_FORM_SITECOUNTTYPE_MASK); in dumpSiteData()
/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx94 sal_uInt16 nTypeCount; member in SwMultiTOXTabDialog

Completed in 119 milliseconds