Searched refs:_nLength (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 73 xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetCaretPositions() 203 xub_StrLen _nLength ) const in GetTextArray() 205 if ( !lcl_normalizeLength( _rText, _nStartIndex, _nLength ) ) in GetTextArray() 219 for ( size_t i=0; i<_nLength; ) in GetTextArray() 222 if ( ++i < _nLength ) in GetTextArray() 235 return GetTextArray( _rText, NULL, _nStartIndex, _nLength ); in GetTextWidth() 241 if ( !lcl_normalizeLength( _rText, _nStartIndex, _nLength ) ) in DrawText() 255 sal_Int32* pCharWidths = new sal_Int32[ _nLength ]; in DrawText() 265 xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetCaretPositions() 267 if ( !lcl_normalizeLength( _rText, _nStartIndex, _nLength ) ) in GetCaretPositions() [all …]
|
/aoo42x/main/vcl/inc/ |
H A D | textlayout.hxx | 47 … GetTextWidth( const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const = 0; 48 …( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength, 50 …String& _rText, sal_Int32* _pCaretXArray, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const = 0; 51 …t XubString& _rText, long _nMaxTextWidth, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const = 0; 74 xub_StrLen _nLength 80 xub_StrLen _nLength, 88 xub_StrLen _nLength 94 xub_StrLen _nLength
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | constasciistring.hxx | 43 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); 51 …ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength) in ConstAsciiString() argument 53 ,length(_nLength) in ConstAsciiString()
|
/aoo42x/main/reportdesign/source/inc/ |
H A D | constasciistring.hxx | 43 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); 51 …ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength) in ConstAsciiString() argument 53 ,length(_nLength) in ConstAsciiString()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | stringdefine.hxx | 46 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); 54 …ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength) in ConstAsciiString() argument 56 ,length(_nLength) in ConstAsciiString()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | strings.hxx | 48 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); 59 …ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength) in ConstAsciiString() argument 61 ,length( _nLength ) in ConstAsciiString()
|
/aoo42x/main/forms/source/inc/ |
H A D | frm_strings.hxx | 43 inline ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength); 51 …ConstAsciiString::ConstAsciiString(const sal_Char* _pAsciiZeroTerminated, const sal_Int32 _nLength) in ConstAsciiString() argument 53 ,length(_nLength) in ConstAsciiString()
|
/aoo42x/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 290 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument 293 for(sal_Int32 i=0;i<_nLength;i++) in checkValues() 303 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument 305 m_nBufferSize = _nLength; in createBuffer()
|
H A D | osl_Socket.cxx | 449 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument 452 for(sal_Int32 i=0;i<_nLength;i++) in checkValues() 462 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument 464 m_nBufferSize = _nLength; in createBuffer()
|
Completed in 58 milliseconds