Searched refs:eDataType (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 312 sal_Int32 eDataType = 0; in SwInsertDBColAutoPilot() local 313 aType >>= eDataType; in SwInsertDBColAutoPilot() 314 switch(eDataType) in SwInsertDBColAutoPilot() 1147 sal_Int32 eDataType = 0; in DataToDoc() local 1151 aType >>= eDataType; in DataToDoc() 1182 else if( DataType::BINARY == eDataType || in DataToDoc() 1183 DataType::VARBINARY == eDataType || in DataToDoc() 1193 DataType::REF == eDataType in DataToDoc() 1370 sal_Int32 eDataType = 0; in DataToDoc() local 1371 aType >>= eDataType; in DataToDoc() [all …]
|
H A D | dbmgr.cxx | 1713 sal_Int32 eDataType = 0; in GetDBField() local 1714 aType >>= eDataType; in GetDBField() 1715 switch(eDataType) in GetDBField()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | xfldui.cxx | 137 sal_Int32 eDataType = 0; in IsDBNumeric() local 138 aType >>= eDataType; in IsDBNumeric() 139 switch(eDataType) in IsDBNumeric()
|
/aoo4110/main/offapi/com/sun/star/smarttags/ |
H A D | XRangeBasedSmartTagRecognizer.idl | 75 @param eDataType 90 [in] SmartTagRecognizerMode eDataType,
|
H A D | XSmartTagRecognizer.idl | 157 @param eDataType 179 [in] SmartTagRecognizerMode eDataType,
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 178 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName ) in set() argument 180 meDataType = eDataType; in set() 186 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName, const OUS… in set() argument 188 set( eDataType, eFmtType, rItemName ); in set()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 228 …void set( DataType eDataType, FormatType eFmtType, const ::rtl::OUString& rItemName… 229 …void set( DataType eDataType, FormatType eFmtType, const ::rtl::OUString& rItemName…
|
Completed in 99 milliseconds