Home
last modified time | relevance | path

Searched refs:nParentLen (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx86 long nParentLen = aParentTypes.getLength(); in getTypes() local
89 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() local
492 uno::Sequence<rtl::OUString> aTotalSeq( nParentLen + 2 ); in getSupportedServiceNames()
498 for (long i=0; i<nParentLen; i++) in getSupportedServiceNames()
H A Dfielduno.cxx476 long nParentLen = aParentTypes.getLength(); in getTypes() local
479 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() local
1166 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 …]
H A Dcellsuno.cxx4177 long nParentLen = aParentTypes.getLength(); in getTypes() local
4180 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 …]
H A Dviewuno.cxx630 long nParentLen = nViewPaneLen + nControllerLen; in getTypes() local
632 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 …]
H A Ddocuno.cxx505 long nParentLen = aParentTypes.getLength(); in getTypes() local
524 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 …]
H A Ddapiuno.cxx1162 sal_Int32 nParentLen = aParentTypes.getLength(); in getTypes() local
1165 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()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp79 int nParentLen = lpLastSlash - lpShortPath; variable
80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );
82 CopyMemory( lpParentPath, lpShortPath, nParentLen * sizeof(TCHAR) );
83 lpParentPath[nParentLen] = 0;

Completed in 125 milliseconds