Searched refs:nParentLen (Results 1 – 7 of 7) sorted by relevance
86 long nParentLen = aParentTypes.getLength(); in getTypes() local89 aTypes.realloc( nParentLen + 3 ); in getTypes()91 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XSheetCellCursor>*)0); in getTypes()92 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<sheet::XUsedAreaCursor>*)0); in getTypes()93 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<table::XCellCursor>*)0); in getTypes()95 for (long i=0; i<nParentLen; i++) in getTypes()488 sal_Int32 nParentLen = aParentSeq.getLength(); in getSupportedServiceNames() local492 uno::Sequence<rtl::OUString> aTotalSeq( nParentLen + 2 ); in getSupportedServiceNames()498 for (long i=0; i<nParentLen; i++) in getSupportedServiceNames()
476 long nParentLen = aParentTypes.getLength(); in getTypes() local479 aTypes.realloc( nParentLen + 4 ); in getTypes()481 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<text::XTextField>*)0); in getTypes()483 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<lang::XUnoTunnel>*)0); in getTypes()484 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<lang::XServiceInfo>*)0); in getTypes()486 for (long i=0; i<nParentLen; i++) in getTypes()1163 long nParentLen = aParentTypes.getLength(); in getTypes() local1166 aTypes.realloc( nParentLen + 4 ); in getTypes()1168 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<text::XTextField>*)0); in getTypes()1170 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<lang::XUnoTunnel>*)0); in getTypes()[all …]
4177 long nParentLen = aParentTypes.getLength(); in getTypes() local4180 aTypes.realloc( nParentLen + 3 ); in getTypes()4186 for (long i=0; i<nParentLen; i++) in getTypes()4839 aTypes.realloc( nParentLen + 17 ); in getTypes()4859 for (long i=0; i<nParentLen; i++) in getTypes()6156 aTypes.realloc( nParentLen + 8 ); in getTypes()6167 for (long i=0; i<nParentLen; i++) in getTypes()6946 aTypes.realloc( nParentLen + 18 ); in getTypes()6967 for (long i=0; i<nParentLen; i++) in getTypes()8848 aTypes.realloc( nParentLen + 1 ); in getTypes()[all …]
630 long nParentLen = nViewPaneLen + nControllerLen; in getTypes() local632 aTypes.realloc( nParentLen + 12 ); in getTypes()634 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XSpreadsheetView>*)0); in getTypes()635 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<container::XEnumerationAccess>*)0); in getTypes()636 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<container::XIndexAccess>*)0); in getTypes()637 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<view::XSelectionSupplier>*)0); in getTypes()638 pPtr[nParentLen + 4] = getCppuType((const uno::Reference<beans::XPropertySet>*)0); in getTypes()639 pPtr[nParentLen + 5] = getCppuType((const uno::Reference<sheet::XViewSplitable>*)0); in getTypes()640 pPtr[nParentLen + 6] = getCppuType((const uno::Reference<sheet::XViewFreezable>*)0); in getTypes()641 pPtr[nParentLen + 7] = getCppuType((const uno::Reference<sheet::XRangeSelection>*)0); in getTypes()[all …]
505 long nParentLen = aParentTypes.getLength(); in getTypes() local524 aTypes.realloc( nParentLen + nAggLen + nThisLen ); in getTypes()528 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<sheet::XCalculatable>*)0); in getTypes()529 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<util::XProtectable>*)0); in getTypes()531 pPtr[nParentLen + 5] = getCppuType((const uno::Reference<sheet::XGoalSeek>*)0); in getTypes()532 pPtr[nParentLen + 6] = getCppuType((const uno::Reference<sheet::XConsolidatable>*)0); in getTypes()535 pPtr[nParentLen + 9] = getCppuType((const uno::Reference<view::XRenderable>*)0); in getTypes()537 pPtr[nParentLen +11] = getCppuType((const uno::Reference<beans::XPropertySet>*)0); in getTypes()539 pPtr[nParentLen +13] = getCppuType((const uno::Reference<lang::XServiceInfo>*)0); in getTypes()543 for (i=0; i<nParentLen; i++) in getTypes()[all …]
1162 sal_Int32 nParentLen = aParentTypes.getLength(); in getTypes() local1165 aTypes.realloc( nParentLen + 2 ); in getTypes()1167 for (sal_Int32 i = 0; i < nParentLen; ++i) in getTypes()1170 pPtr[ nParentLen ] = getCppuType( (const Reference< XDataPilotTable2 >*)0 ); in getTypes()1171 pPtr[ nParentLen+1 ] = getCppuType( (const Reference< XModifyBroadcaster >*)0 ); in getTypes()
79 int nParentLen = lpLastSlash - lpShortPath; variable80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );82 CopyMemory( lpParentPath, lpShortPath, nParentLen * sizeof(TCHAR) ); 83 lpParentPath[nParentLen] = 0;
Completed in 114 milliseconds