/trunk/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 528 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 D | AccessibleGraphicShape.cxx | 168 long nTypeCount = aTypeList.getLength(); in getTypes() local 169 aTypeList.realloc (nTypeCount + 1); in getTypes() 172 aTypeList[nTypeCount] = aImageType; in getTypes()
|
H A D | AccessibleOLEShape.cxx | 174 long nTypeCount = aTypeList.getLength(); in getTypes() local 175 aTypeList.realloc (nTypeCount + 1); in getTypes() 178 aTypeList[nTypeCount] = aActionType; in getTypes()
|
H A D | AccessibleShape.cxx | 1109 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 D | csvtablebox.cxx | 245 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 D | scuiasciiopt.cxx | 714 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 D | cfgview.cxx | 1153 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 D | code.js | 79 var nTypeCount = gTypeNames.length; 82 for (index=0; index<nTypeCount; ++index)
|
/trunk/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 519 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 D | salinst.cxx | 930 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 D | docbm.cxx | 1100 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 D | introspection.cxx | 2070 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 D | cnttab.cxx | 304 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 D | oledumper.cxx | 1923 … 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 D | swuicnttab.hxx | 94 sal_uInt16 nTypeCount; member in SwMultiTOXTabDialog
|