Searched refs:tabStops (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 58 private javax.swing.text.TabStop[] tabStops = null; field in AccessibleTextImpl 394 … javax.swing.text.TabStop[] tabStops = new javax.swing.text.TabStop[unoTabStops.length]; in setAttribute() local 400 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute() 405 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute() 410 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute() 415 tabStops[index2] = new javax.swing.text.TabStop(pos, in setAttribute() 419 tabStops[index2] = new javax.swing.text.TabStop(pos); in setAttribute() 425 !java.util.Arrays.equals(tabStops, this.tabStops)) { in setAttribute() 426 this.tabStops = tabStops; in setAttribute() 427 this.tabSet = new javax.swing.text.TabSet(tabStops); in setAttribute()
|
H A D | AccessibleEditableTextImpl.java | 306 java.util.ArrayList tabStops = new java.util.ArrayList(tabSet.getTabCount()); in setAttributes() local 329 tabStops.add(unoTab); in setAttributes() 331 propertyValue.Value = (com.sun.star.style.TabStop[]) tabStops.toArray(); in setAttributes()
|
/aoo41x/main/writerperfect/source/filter/ |
H A D | DocumentCollector.cxx | 465 …entCollector::openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) in openParagraph() argument 486 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 502 WPXString sKey = getParagraphStyleKey(*pPersistPropList, tabStops); in openParagraph() 508 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 697 …tCollector::openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) in openListElement() argument 712 WPXString sKey = getParagraphStyleKey(*pPersistPropList, tabStops); in openListElement() 719 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openListElement()
|
H A D | DocumentCollector.hxx | 104 virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops); 121 …rtual void openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops);
|
H A D | TextRunStyle.hxx | 49 …ParagraphStyle(WPXPropertyList *propList, const WPXPropertyListVector &tabStops, const WPXString &…
|
Completed in 18 milliseconds