/aoo42x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 54 ChangeType mnColorTableState; 55 ChangeType mnBitmapListState; 56 ChangeType mnGradientListState; 57 ChangeType mnHatchingListState; 246 ChangeType* pnColorTableState; 247 ChangeType* pnBitmapListState; 356 ChangeType* pnColorTableState; 441 ChangeType* pnColorTableState; 527 ChangeType* pnColorTableState; 617 ChangeType* pnBitmapListState; [all …]
|
H A D | cuitabline.hxx | 50 ChangeType nLineEndListState; 51 ChangeType nDashListState; 52 ChangeType mnColorTableState; 170 ChangeType* pnLineEndListState; 171 ChangeType* pnDashListState; 172 ChangeType* pnColorTableState; 242 void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; } in SetDashChgd() 243 void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; } in SetColorChgd() 296 ChangeType* pnDashListState; 342 void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; } in SetDashChgd() [all …]
|
/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | smartarray.h | 54 if( SUCCEEDED( hr= varSource.ChangeType( destVartype))) in SmartArray() 61 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 68 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 75 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 82 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 89 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 96 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 103 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray() 110 if( SUCCEEDED( hr=varSource.ChangeType( destVartype))) in SmartArray()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 421 varDest.ChangeType(VT_BSTR, this); in operator rtl::OUString() 516 varDest.ChangeType(VT_BOOL, this); in getBool() 565 varDest.ChangeType(VT_UI1, this); in getByte() 579 varDest.ChangeType(VT_I2, this); in getInt16() 594 varDest.ChangeType(VT_I1, this); in getInt8() 609 varDest.ChangeType(VT_I4, this); in getInt32() 624 varDest.ChangeType(VT_UI4, this); in getUInt32() 638 varDest.ChangeType(VT_R4, this); in getFloat() 652 varDest.ChangeType(VT_R8, this); in getDouble() 666 varDest.ChangeType(VT_DATE, this); in getDate() [all …]
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | prltempl.hxx | 62 ChangeType nColorTableState; 63 ChangeType nBitmapListState; 64 ChangeType nGradientListState; 65 ChangeType nHatchingListState; 66 ChangeType nLineEndListState; 67 ChangeType nDashListState;
|
H A D | tabtempl.hxx | 56 ChangeType nColorTableState; 57 ChangeType nBitmapListState; 58 ChangeType nGradientListState; 59 ChangeType nHatchingListState;
|
H A D | dlgpage.hxx | 32 typedef sal_uInt16 ChangeType; typedef
|
H A D | AccessibleOutlineView.hxx | 66 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
H A D | AccessibleDrawDocumentView.hxx | 65 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
H A D | AccessibleDocumentViewBase.hxx | 144 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
/aoo42x/main/svx/inc/svx/ |
H A D | tabline.hxx | 44 typedef sal_uInt16 ChangeType; // auch in tab_area.hxx (mitpflegen !!!) typedef 46 #define CT_NONE ( (ChangeType) 0x0000 ) 47 #define CT_MODIFIED ( (ChangeType) 0x0001 ) 48 #define CT_CHANGED ( (ChangeType) 0x0002 ) 49 #define CT_SAVED ( (ChangeType) 0x0004 )
|
H A D | tabarea.hxx | 61 typedef sal_uInt16 ChangeType; // auch in tab_line.hxx (mitpflegen !!!) typedef 63 #define CT_NONE ( (ChangeType) 0x0000 ) 64 #define CT_MODIFIED ( (ChangeType) 0x0001 ) 65 #define CT_CHANGED ( (ChangeType) 0x0002 ) 66 #define CT_SAVED ( (ChangeType) 0x0004 )
|
H A D | IAccessibleViewForwarderListener.hxx | 49 enum ChangeType {TRANSFORMATION, VISIBLE_AREA, STATE}; enum in accessibility::IAccessibleViewForwarderListener 64 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
H A D | ChildrenManager.hxx | 199 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
H A D | AccessibleShape.hxx | 363 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
/aoo42x/main/canvas/inc/canvas/ |
H A D | spriteredrawmanager.hxx | 153 typedef enum{ none=0, move, update } ChangeType; typedef 189 ChangeType meChangeType;
|
/aoo42x/main/extensions/source/ole/ |
H A D | unoobjw.cxx | 590 if( SUCCEEDED( varDest.ChangeType(VT_DISPATCH))) in writeBackOutParameter2() 1130 … if( pdispparams->cArgs == 1 && SUCCEEDED( arg.ChangeType( VT_BSTR, &pdispparams->rgvarg[0])) ) in InvokeGeneral() 1159 if (FAILED( arg.ChangeType( VT_BSTR, &pdispparams->rgvarg[0]))) in InvokeGeneral()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | ChildrenManager.cxx | 179 void ChildrenManager::ViewForwarderChanged (ChangeType aChangeType, in ViewForwarderChanged()
|
H A D | ChildrenManagerImpl.hxx | 284 virtual void ViewForwarderChanged (ChangeType aChangeType,
|
H A D | ChildrenManagerImpl.cxx | 817 void ChildrenManagerImpl::ViewForwarderChanged (ChangeType aChangeType, in ViewForwarderChanged()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 127 void ChangeType(VARTYPE vartype, const OLEVariant* pSrc);
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleOutlineView.cxx | 122 void AccessibleOutlineView::ViewForwarderChanged (ChangeType aChangeType, in ViewForwarderChanged()
|
H A D | AccessibleDocumentViewBase.cxx | 242 void AccessibleDocumentViewBase::ViewForwarderChanged(ChangeType, const IAccessibleViewForwarder* ) in ViewForwarderChanged() argument
|
/aoo42x/main/svx/source/table/ |
H A D | accessiblecell.hxx | 116 …virtual void ViewForwarderChanged (ChangeType aChangeType, const IAccessibleViewForwarder* pViewFo…
|
H A D | accessiblecell.cxx | 555 void AccessibleCell::ViewForwarderChanged (ChangeType /*aChangeType*/, const IAccessibleViewForward… in ViewForwarderChanged() argument
|