Searched refs:nArraySize (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/basic/source/sbx/ |
H A D | sbxstr.cxx | 259 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()
|
/aoo41x/main/oox/source/token/ |
H A D | propertynames.cxx | 39 size_t nArraySize = (sizeof( sppcPropertyNames ) / sizeof( *sppcPropertyNames )) - 1; in PropertyNameVector() local 40 reserve( nArraySize ); in PropertyNameVector() 41 for( size_t nIndex = 0; nIndex < nArraySize; ++nIndex ) in PropertyNameVector()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods1.cxx | 768 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 …]
|
H A D | methods.cxx | 4060 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()
|
/aoo41x/main/vcl/inc/ |
H A D | sallayout.hxx | 177 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 D | graphite_layout.hxx | 146 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textbreakuphelper.cxx | 118 const sal_uInt32 nArraySize(aNewDXArray.size()); in breakupPortion() local 120 for(sal_uInt32 a(0); a < nArraySize; a++) in breakupPortion()
|
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 624 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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 184 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);
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 1279 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()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | ctlayout.cxx | 43 virtual void GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const;
|
H A D | atslayout.cxx | 53 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
|
/aoo41x/main/sc/inc/ |
H A D | compressedarray.hxx | 516 A * pArray, size_t nArraySize ) const;
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 143 virtual void GetCaretPositions( int nArraySize, long* pCaretXArray ) const;
|
Completed in 132 milliseconds