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()482 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<beans::XPropertySet>*)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()[all …]
4177 long nParentLen = aParentTypes.getLength(); in getTypes() local4180 aTypes.realloc( nParentLen + 3 ); in getTypes()4182 … pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XSheetCellRangeContainer>*)0); in getTypes()4183 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<container::XNameContainer>*)0); in getTypes()4184 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<container::XEnumerationAccess>*)0); in getTypes()4186 for (long i=0; i<nParentLen; i++) in getTypes()4836 long nParentLen = aParentTypes.getLength(); in getTypes() local4839 aTypes.realloc( nParentLen + 17 ); in getTypes()4841 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XCellRangeAddressable>*)0); in getTypes()4842 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<sheet::XSheetCellRange>*)0); 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 …]
506 long nParentLen = aParentTypes.getLength(); in getTypes() local525 aTypes.realloc( nParentLen + nAggLen + nThisLen ); in getTypes()527 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<sheet::XSpreadsheetDocument>*)0); in getTypes()528 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<document::XActionLockable>*)0); in getTypes()529 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<sheet::XCalculatable>*)0); in getTypes()530 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<util::XProtectable>*)0); in getTypes()531 pPtr[nParentLen + 4] = getCppuType((const uno::Reference<drawing::XDrawPagesSupplier>*)0); in getTypes()532 pPtr[nParentLen + 5] = getCppuType((const uno::Reference<sheet::XGoalSeek>*)0); in getTypes()533 pPtr[nParentLen + 6] = getCppuType((const uno::Reference<sheet::XConsolidatable>*)0); in getTypes()534 pPtr[nParentLen + 7] = getCppuType((const uno::Reference<sheet::XDocumentAuditing>*)0); 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;