Home
last modified time | relevance | path

Searched refs:nArraySize (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx43 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
H A Datslayout.cxx53 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx184 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
1059 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
2830 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
2991 void GraphiteWinLayout::GetCaretPositions( int nArraySize, long* pCaretXArray ) const argument
2993 maImpl.GetCaretPositions(nArraySize, pCaretXArray);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1279 void GraphiteLayout::GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const in GetCaretPositions() argument
1286 std::fill(pCaretXArray, pCaretXArray + nArraySize, -1); in GetCaretPositions()
1292 …for (int i = 0, nCharSlot = 0; i < nArraySize && nCharSlot < static_cast<int>(mvCharDxs.size()); +… in GetCaretPositions()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx143 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
/trunk/main/vcl/inc/
H A Dsallayout.hxx177 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const = 0;
238 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
331 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
H A Dgraphite_layout.hxx146 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx624 A * pArray, size_t nArraySize ) const in FillArrayForCondition()
628 while (nIndex < this->nCount && nUsed < nArraySize) in FillArrayForCondition()
634 while (nS <= nE && nUsed < nArraySize) in FillArrayForCondition()
/trunk/main/sc/inc/
H A Dcompressedarray.hxx516 A * pArray, size_t nArraySize ) const;
/trunk/main/oox/source/token/
H A Dpropertynames.cxx38 size_t nArraySize = (sizeof( sppcPropertyNames ) / sizeof( *sppcPropertyNames )) - 1; in PropertyNameVector() local
39 reserve( nArraySize ); in PropertyNameVector()
40 for( size_t nIndex = 0; nIndex < nArraySize; ++nIndex ) in PropertyNameVector()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextbreakuphelper.cxx118 const sal_uInt32 nArraySize(aNewDXArray.size()); in breakupPortion() local
120 for(sal_uInt32 a(0); a < nArraySize; a++) in breakupPortion()
/trunk/main/basic/source/sbx/
H A Dsbxstr.cxx259 sal_Int32 nArraySize = rStr.getLength() * 2; in StringToByteArray() local
263 if( nArraySize ) in StringToByteArray()
266 pArray->AddDim32( 1, nArraySize ); in StringToByteArray()
268 pArray->AddDim32( 0, nArraySize-1 ); in StringToByteArray()
275 for( sal_uInt16 i=0; i< nArraySize; i++) in StringToByteArray()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4060 sal_uInt16 nArraySize = static_cast< sal_uInt16 >( aOStr.getLength() ); in RTLFUNC() local
4063 if(nArraySize) in RTLFUNC()
4066 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
4068 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
4075 for( sal_uInt16 i=0; i< nArraySize; i++) in RTLFUNC()
H A Dmethods1.cxx768 sal_uInt16 nArraySize = rPar.Count() - 1; in RTLFUNC() local
772 if( nArraySize ) in RTLFUNC()
775 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
777 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
788 for( sal_uInt16 i = 0 ; i < nArraySize ; i++ ) in RTLFUNC()
1699 short nArraySize = 0; in RTLFUNC() local
1721 if( nCount >= 0 && nArraySize == nCount - 1 ) in RTLFUNC()
1736 nArraySize++; in RTLFUNC()
1746 nArraySize = 1; in RTLFUNC()
1751 pArray->unoAddDim( 0, nArraySize-1 ); in RTLFUNC()
[all …]

Completed in 110 milliseconds