Home
last modified time | relevance | path

Searched refs:_nLength (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dtextlayout.cxx59 …Layout::GetTextWidth( const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetTextWidth()
61 return m_rTargetDevice.GetTextWidth( _rText, _nStartIndex, _nLength ); in GetTextWidth()
66 xub_StrLen _nLength, MetricVector* _pVector, String* _pDisplayText ) in DrawText() argument
68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText()
73 xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetCaretPositions()
75 return m_rTargetDevice.GetCaretPositions( _rText, _pCaretXArray, _nStartIndex, _nLength ); in GetCaretPositions()
79 … const XubString& _rText, long _nMaxTextWidth, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetTextBreak()
81 return m_rTargetDevice.GetTextBreak( _rText, _nMaxTextWidth, _nStartIndex, _nLength ); in GetTextBreak()
101 …tartPoint, const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nLength, MetricVector* _p…
102 … XubString& _rText, sal_Int32* _pCaretXArray, xub_StrLen _nStartIndex, xub_StrLen _nLength ) const;
[all …]
/AOO41X/main/vcl/inc/
H A Dtextlayout.hxx47 … 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
/AOO41X/main/dbaccess/source/inc/
H A Dconstasciistring.hxx43 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()
/AOO41X/main/reportdesign/source/inc/
H A Dconstasciistring.hxx43 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()
/AOO41X/main/extensions/source/propctrlr/
H A Dstringdefine.hxx46 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()
/AOO41X/main/xmloff/source/forms/
H A Dstrings.hxx48 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()
/AOO41X/main/forms/source/inc/
H A Dfrm_strings.hxx43 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()
/AOO41X/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx289 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument
292 for(sal_Int32 i=0;i<_nLength;i++) in checkValues()
302 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument
304 m_nBufferSize = _nLength; in createBuffer()
H A Dosl_Socket.cxx448 bool checkValues(sal_Int32 _nLength, int _nValue) in checkValues() argument
451 for(sal_Int32 i=0;i<_nLength;i++) in checkValues()
461 void createBuffer(sal_Int32 _nLength, int _nValue) in createBuffer() argument
463 m_nBufferSize = _nLength; in createBuffer()