Home
last modified time | relevance | path

Searched refs:eTranslated (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/forms/source/component/
H A DDatabaseForm.cxx3923 DataSelectionType eTranslated = DataSelectionType_TABLE; in write() local
3930 case CommandType::TABLE : eTranslated = DataSelectionType_TABLE; break; in write()
3931 case CommandType::QUERY : eTranslated = DataSelectionType_QUERY; break; in write()
3935 eTranslated = bEscapeProcessing ? DataSelectionType_SQL : DataSelectionType_SQLPASSTHROUGH; in write()
3941 _rxOutStream->writeShort((sal_Int16)eTranslated); // former DataSelectionType in write()

Completed in 31 milliseconds