Lines Matching refs:sal_uInt16

115 	sal_uInt16			nSensibleRange;
116 sal_uInt16 nCursorWidth;
142 sal_uInt16* pAttribs;
144 sal_uInt16 nLen;
151 void CopyAttribs( const sal_uInt16* pA, sal_uInt16 nL );
187 sal_uInt16 nMaxAscent;
188 sal_uInt16 nMaxDescent;
191 sal_uInt16 GetHeight() const { return nMaxAscent+nMaxDescent; } in GetHeight()
237 sal_uInt16 nExtraCursorFlags;
238 sal_uInt16 nCursorBidiLevel;
239 sal_uInt16 nScrollDiffX;
272 sal_uInt16 GetScrollDiffX() const { return nScrollDiffX; } in GetScrollDiffX()
273 void SetScrollDiffX( sal_uInt16 n ) { nScrollDiffX = n; } in SetScrollDiffX()
275 sal_uInt16 GetCursorBidiLevel() const { return nCursorBidiLevel; } in GetCursorBidiLevel()
276 void SetCursorBidiLevel( sal_uInt16 n ) { nCursorBidiLevel = n; } in SetCursorBidiLevel()
345 …void ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_uInt16 nShowCursorFlags = 0…
369 const SvxFieldItem* GetField( const Point& rPos, sal_uInt32* pPara, sal_uInt16* pPos ) const;
373 void SetInvalidateMore( sal_uInt16 nPixel ) { nInvMore = nPixel; } in SetInvalidateMore()
374 sal_uInt16 GetInvalidateMore() const { return (sal_uInt16)nInvMore; } in GetInvalidateMore()
449 sal_uInt16 nStretchX;
450 sal_uInt16 nStretchY;
452 sal_uInt16 nAsianCompressionMode;
458 sal_uInt16 nBigTextObjectStart;
497 sal_uInt16 nOnePixelInRef;
538 …long GetXPos( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nIndex, sal_Bool bPreferP…
539 …long GetPortionXOffset( ParaPortion* pParaPortion, EditLine* pLine, sal_uInt16 nTex…
540sal_uInt16 GetChar( ParaPortion* pParaPortion, EditLine* pLine, long nX, sal_Bool bSmart = sal_…
544 void SetParaAttrib( sal_uInt8 nFunc, EditSelection aSel, sal_uInt16 nValue );
545 sal_uInt16 GetParaAttrib( sal_uInt8 nFunc, EditSelection aSel );
550 …ction aSelection, SfxItemPool*, sal_Bool bAllowBigObjects = sal_False, sal_uInt16 nBigObjStart = 0…
562 …void CreateTextPortions( ParaPortion* pParaPortion, sal_uInt16& rStartPos /*, sal_Bool bCreateB…
563 void RecalcTextPortion( ParaPortion* pParaPortion, sal_uInt16 nStartPos, short nNewChars );
564sal_uInt16 SplitTextPortion( ParaPortion* pParaPortion, sal_uInt16 nPos, EditLine* pCurLine = 0…
565 …void SeekCursor( ContentNode* pNode, sal_uInt16 nPos, SvxFont& rFont, OutputDevice* pOut = NULL…
569 …ne( ParaPortion* pParaPortion, EditLine* pLine, TextPortion* pPortion, sal_uInt16 nPortionStart, l…
577 …void ImpRemoveChars( const EditPaM& rPaM, sal_uInt16 nChars, EditUndoRemoveChars* pCurUndo = 0 …
588 …void ImpFindKashidas( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, SvUSh…
591 EditPaM SplitContent( sal_uInt32 nNode, sal_uInt16 nSepPos );
601 …EditPaM CursorLeft( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode = ::com::sun::star::…
602 …EditPaM CursorRight( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode = ::com::sun::star:…
615 …EditPaM CursorVisualLeftRight( EditView* pEditView, const EditPaM& rPaM, sal_uInt16 nC…
620 sal_uInt16 GetScriptType( const EditPaM& rPaM, sal_uInt16* pEndPos = NULL ) const;
621 sal_uInt16 GetScriptType( const EditSelection& rSel ) const;
623 sal_Bool HasScriptType( sal_uInt32 nPara, sal_uInt16 nType ) const;
625 …n( ContentNode* pNode, TextPortion* pTextPortion, sal_uInt16 nStartPos, sal_Int32* pDXArray, sal_u…
628 …void ImplInitLayoutMode( OutputDevice* pOutDev, sal_uInt32 nPara, sal_uInt16 nIndex…
642 …void WriteItemAsRTF( const SfxPoolItem& rItem, SvStream& rOutput, sal_uInt32 nPara, sal_uInt16
644 …sal_Bool WriteItemListAsRTF( ItemList& rLst, SvStream& rOutput, sal_uInt32 nPara, sal_uInt16 nPo…
649 inline sal_uInt16 GetXValue( sal_uInt16 nXValue ) const;
653 inline sal_uInt16 GetYValue( sal_uInt16 nYValue ) const;
697 …arkingVector& rTextMarkingVector, const String& rTxt, const sal_uInt16 nIdx, const sal_uInt16 nLen…
739 … GetRightToLeft( sal_uInt32 nPara, sal_uInt16 nChar, sal_uInt16* pStart = NULL, sal_…
808 sal_uInt16 GetLineCount( sal_uInt32 nParagraph ) const;
809 sal_uInt16 GetLineLen( sal_uInt32 nParagraph, sal_uInt16 nLine ) const;
810 … GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt32 nPara…
811 sal_uInt16 GetLineNumberAtIndex( sal_uInt32 nPara, sal_uInt16 nIndex ) const;
812 sal_uInt16 GetLineHeight( sal_uInt32 nParagraph, sal_uInt16 nLine );
815 …SfxItemSet GetAttribs( sal_uInt32 nPara, sal_uInt16 nStart, sal_uInt16 nEnd, sal_uInt8 nFlags…
818 void RemoveCharAttribs( EditSelection aSel, sal_Bool bRemoveParaAttribs, sal_uInt16 nWhich = 0 );
819 …void RemoveCharAttribs( sal_uInt32 nPara, sal_uInt16 nWhich = 0, sal_Bool bRemoveFeatures = sal_…
825 sal_Bool HasParaAttrib( sal_uInt32 nPara, sal_uInt16 nWhich ) const;
826 const SfxPoolItem& GetParaAttrib( sal_uInt32 nPara, sal_uInt16 nWhich ) const;
828 Rectangle PaMtoEditCursor( EditPaM aPaM, sal_uInt16 nFlags = 0 );
829 Rectangle GetEditCursor( ParaPortion* pPortion, sal_uInt16 nIndex, sal_uInt16 nFlags = 0 );
865 …ection ConvertSelection( sal_uInt32 nStartPara, sal_uInt16 nStartPos, sal_uInt32 nEndPara, sal_u…
899 void UndoActionStart( sal_uInt16 nId );
900 void UndoActionStart( sal_uInt16 nId, const ESelection& rSel );
901 void UndoActionEnd( sal_uInt16 nId );
925 LanguageType GetLanguage( const EditPaM& rPaM, sal_uInt16* pEndPos = NULL ) const;
943 LanguageType nLang, sal_uInt16 nLangWhichId,
944 const Font *pFont, sal_uInt16 nFontWhichId );
978 sal_uInt16 StartSearchAndReplace( EditView* pEditView, const SvxSearchItem& rSearchItem );
990 void SetCharStretching( sal_uInt16 nX, sal_uInt16 nY );
991 inline void GetCharStretching( sal_uInt16& rX, sal_uInt16& rY );
992 void DoStretchChars( sal_uInt16 nX, sal_uInt16 nY );
994 …void SetBigTextObjectStart( sal_uInt16 nStartAtPortionCount ) { nBigTextObjectStart = nStartAtP… in SetBigTextObjectStart()
995 sal_uInt16 GetBigTextObjectStart() const { return nBigTextObjectStart; } in GetBigTextObjectStart()
1006 …short ReplaceTextOnly( ContentNode* pNode, sal_uInt16 nCurrentStart, xub_StrLen nLen…
1009 void SetAsianCompressionMode( sal_uInt16 n );
1010 sal_uInt16 GetAsianCompressionMode() const { return nAsianCompressionMode; } in GetAsianCompressionMode()
1140 inline void ImpEditEngine::GetCharStretching( sal_uInt16& rX, sal_uInt16& rY ) in GetCharStretching()
1154 inline sal_uInt16 ImpEditEngine::GetXValue( sal_uInt16 nXValue ) const in GetXValue()
1159 return (sal_uInt16) ((long)nXValue*nStretchX/100); in GetXValue()
1178 inline sal_uInt16 ImpEditEngine::GetYValue( sal_uInt16 nYValue ) const in GetYValue()
1183 return (sal_uInt16) ((long)nYValue*nStretchY/100); in GetYValue()