Home
last modified time | relevance | path

Searched refs:aUS (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx1028 SvUShorts aUS(16, 16); in GetInputRanges() local
1037 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges()
1041 sal_uInt16 nCount = aUS.Count(); in GetInputRanges()
1044 aUS[i] = rPool.GetWhich( aUS[i]) ; in GetInputRanges()
1047 if ( aUS.Count() > 1 ) in GetInputRanges()
1048 qsort( (void*)aUS.GetData(), aUS.Count(), sizeof(sal_uInt16), BaseDlgsCmpUS_Impl ); in GetInputRanges()
1050 pRanges = new sal_uInt16[aUS.Count() + 1]; in GetInputRanges()
1051 memcpy( pRanges, aUS.GetData(), sizeof(sal_uInt16) * aUS.Count() ); in GetInputRanges()
1052 pRanges[aUS.Count()] = 0; in GetInputRanges()
H A Dtabdlg.cxx1707 SvUShorts aUS( 16, 16 ); in GetInputRanges() local
1723 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges()
1732 nCount = aUS.Count(); in GetInputRanges()
1735 aUS[i] = rPool.GetWhich( aUS[i] ); in GetInputRanges()
1739 if ( aUS.Count() > 1 ) in GetInputRanges()
1740 qsort( (void*)aUS.GetData(), in GetInputRanges()
1741 aUS.Count(), sizeof(sal_uInt16), TabDlgCmpUS_Impl ); in GetInputRanges()
1762 pRanges = new sal_uInt16[aUS.Count() + 1]; in GetInputRanges()
1763 memcpy(pRanges, aUS.GetData(), sizeof(sal_uInt16) * aUS.Count()); in GetInputRanges()
1764 pRanges[aUS.Count()] = 0; in GetInputRanges()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx925 SvUShorts aUS( 16, 16 ); in GetInputRanges() local
941 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges()
950 nCount = aUS.Count(); in GetInputRanges()
953 aUS[i] = rPool.GetWhich( aUS[i] ); in GetInputRanges()
957 if ( aUS.Count() > 1 ) in GetInputRanges()
962 qsort( (void*)aUS.GetData(), aUS.Count(), sizeof(sal_uInt16), IconcDlgCmpUS_Impl ); in GetInputRanges()
968 pRanges = new sal_uInt16[aUS.Count() + 1]; in GetInputRanges()
969 memcpy(pRanges, aUS.GetData(), sizeof(sal_uInt16) * aUS.Count()); in GetInputRanges()
970 pRanges[aUS.Count()] = 0; in GetInputRanges()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx390 SvUShorts aUS; member
399 ImpPath_Impl::ImpPath_Impl() : aUS(5), nRef(1) in ImpPath_Impl()
407 aUS ( (sal_uInt8)rCopy.aUS.Count() ), in ImpPath_Impl()
411 const sal_uInt16 nCount = rCopy.aUS.Count(); in ImpPath_Impl()
414 aUS.Insert( rCopy.aUS[i], i ); in ImpPath_Impl()
453 sal_uInt16 Count() const { return pData->aUS.Count(); } in Count()
456 return i < Count()? pData->aUS[i]: INDEX_IGNORE; in operator []()
470 pData->aUS.Insert((sal_uInt16)pBox->GetModel()->GetRelPos(pEntry), 0); in Path()
/trunk/main/sot/source/sdstor/
H A Dstgelem.cxx322 static rtl::OUString aUS=rtl::OUString::createFromAscii( "US" ); in ToUpperUnicode() local
323 static CharClass aCC( com::sun::star::lang::Locale( aEN, aUS, rtl::OUString() ) ); in ToUpperUnicode()

Completed in 46 milliseconds