accessibility.hxx (f6a9d5ca) | accessibility.hxx (9b8096d0) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 231 unchanged lines hidden (view full) --- 240 virtual EFieldInfo GetFieldInfo( sal_uInt16 nPara, sal_uInt16 nField ) const; 241 virtual EBulletInfo GetBulletInfo( sal_uInt16 nPara ) const; 242 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const; 243 virtual Rectangle GetParaBounds( sal_uInt16 nPara ) const; 244 virtual MapMode GetMapMode() const; 245 virtual OutputDevice* GetRefDevice() const; 246 virtual sal_Bool GetIndexAtPoint( const Point&, sal_uInt16& nPara, sal_uInt16& nIndex ) const; 247 virtual sal_Bool GetWordIndices( sal_uInt16 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uInt16& nEnd ) const; | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 231 unchanged lines hidden (view full) --- 240 virtual EFieldInfo GetFieldInfo( sal_uInt16 nPara, sal_uInt16 nField ) const; 241 virtual EBulletInfo GetBulletInfo( sal_uInt16 nPara ) const; 242 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const; 243 virtual Rectangle GetParaBounds( sal_uInt16 nPara ) const; 244 virtual MapMode GetMapMode() const; 245 virtual OutputDevice* GetRefDevice() const; 246 virtual sal_Bool GetIndexAtPoint( const Point&, sal_uInt16& nPara, sal_uInt16& nIndex ) const; 247 virtual sal_Bool GetWordIndices( sal_uInt16 nPara, sal_uInt16 nIndex, sal_uInt16& nStart, sal_uInt16& nEnd ) const; |
248 virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex ) const; 249 virtual sal_uInt16 GetLineCount( sal_uInt16 nPara ) const; 250 virtual sal_uInt16 GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const; | 248 virtual sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex, sal_Bool bInCell = sal_False ) const; 249 virtual sal_uInt16 GetLineCount( sal_uInt16 nPara ) const; 250 virtual sal_uInt16 GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const; |
251 virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt16 nParagraph, sal_uInt16 nLine ) const; 252 virtual sal_uInt16 GetLineNumberAtIndex( sal_uInt16 nPara, sal_uInt16 nLine ) const; 253 virtual sal_Bool Delete( const ESelection& ); 254 virtual sal_Bool InsertText( const String&, const ESelection& ); 255 virtual sal_Bool QuickFormatDoc( sal_Bool bFull=sal_False ); 256 257 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const; 258 virtual sal_Bool SetDepth( sal_uInt16 nPara, sal_Int16 nNewDepth ); --- 149 unchanged lines hidden --- | 251 virtual void GetLineBoundaries( /*out*/sal_uInt16 &rStart, /*out*/sal_uInt16 &rEnd, sal_uInt16 nParagraph, sal_uInt16 nLine ) const; 252 virtual sal_uInt16 GetLineNumberAtIndex( sal_uInt16 nPara, sal_uInt16 nLine ) const; 253 virtual sal_Bool Delete( const ESelection& ); 254 virtual sal_Bool InsertText( const String&, const ESelection& ); 255 virtual sal_Bool QuickFormatDoc( sal_Bool bFull=sal_False ); 256 257 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const; 258 virtual sal_Bool SetDepth( sal_uInt16 nPara, sal_Int16 nNewDepth ); --- 149 unchanged lines hidden --- |