Searched refs:TC (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _TextSection.java | 101 XTextColumns TC = null; 104 TC = (XTextColumns) tEnv.getObjRelation("TC"); 111 TC.setColumnCount(val2set); 113 return TC;
|
H A D | _BaseIndex.java | 69 XTextColumns TC = (XTextColumns) UnoRuntime.queryInterface( 71 TC.setColumnCount((short) (TC.getColumnCount() + (short) 1)); 73 return TC;
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 1099 struct { sal_uInt16 nType, nCount; } TC; member 1122 void SetType( sal_uInt16 n ) { TYPECOUNT.TC.nType = n; } in SetType() 1123 sal_uInt16 GetType() const { return TYPECOUNT.TC.nType; } in GetType() 1124 void IncType() { ++TYPECOUNT.TC.nType; } in IncType() 1125 void DecType() { --TYPECOUNT.TC.nType; } in DecType() 1127 void SetCount( sal_uInt16 n ) { TYPECOUNT.TC.nCount = n; } in SetCount() 1128 sal_uInt16 GetCount() const { return TYPECOUNT.TC.nCount; } in GetCount() 1129 sal_uInt16 IncCount() { return ++TYPECOUNT.TC.nCount; } in IncCount() 1130 sal_uInt16 DecCount() { return --TYPECOUNT.TC.nCount; } in DecCount() 1133 { TYPECOUNT.TC.nCount = nC; TYPECOUNT.TC.nType = nT; } in SetTypeAndCount()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXTextSection.java | 91 XTextColumns TC = null; in createTestEnvironment() local 165 TC = (XTextColumns) UnoRuntime.queryInterface(XTextColumns.class, in createTestEnvironment() 172 tEnv.addObjRelation("TC",TC); in createTestEnvironment()
|
/aoo42x/main/qadevOOo/tests/java/ifc/form/ |
H A D | _XChangeBroadcaster.java | 135 XTextComponent TC = (XTextComponent)UnoRuntime.queryInterface in _addChangeListener() local 137 TC.setText("NOXChangeBroadcaster"); in _addChangeListener()
|
/aoo42x/main/helpcontent2/source/auxiliary/zh-TW/ |
H A D | default.css | 34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa… 37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
|
H A D | highcontrast1.css | 34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa… 37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
|
H A D | highcontrast2.css | 34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa… 37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
|
H A D | highcontrastblack.css | 34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa… 37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
|
H A D | highcontrastwhite.css | 34 …{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sa… 37 …{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Ty…
|
Completed in 46 milliseconds