Searched refs:aUS (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 1028 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 D | tabdlg.cxx | 1696 SvUShorts aUS( 16, 16 ); in GetInputRanges() local 1712 aUS.Insert( pTmpRanges, nLen, aUS.Count() ); in GetInputRanges() 1721 nCount = aUS.Count(); in GetInputRanges() 1724 aUS[i] = rPool.GetWhich( aUS[i] ); in GetInputRanges() 1728 if ( aUS.Count() > 1 ) in GetInputRanges() 1729 qsort( (void*)aUS.GetData(), in GetInputRanges() 1730 aUS.Count(), sizeof(sal_uInt16), TabDlgCmpUS_Impl ); in GetInputRanges() 1751 pRanges = new sal_uInt16[aUS.Count() + 1]; in GetInputRanges() 1752 memcpy(pRanges, aUS.GetData(), sizeof(sal_uInt16) * aUS.Count()); in GetInputRanges() 1753 pRanges[aUS.Count()] = 0; in GetInputRanges()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | iconcdlg.cxx | 925 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 390 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgelem.cxx | 322 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 62 milliseconds