Searched refs:eColType (Results 1 – 3 of 3) sorted by relevance
130 enum ColType { DB_FILLTEXT, DB_COL_FIELD, DB_COL_TEXT, DB_SPLITPARA } eColType; member143 eColType = DB_SPLITPARA; in _DB_Column()150 eColType = DB_FILLTEXT; in _DB_Column()157 eColType = DB_COL_TEXT; in _DB_Column()164 eColType = DB_COL_FIELD; in _DB_Column()169 if( DB_COL_FIELD == eColType ) in ~_DB_Column()171 else if( DB_FILLTEXT == eColType ) in ~_DB_Column()1340 switch( pDBCol->eColType ) in DataToDoc()
852 sal_Int32 AccessibleBase::getColor( eColorType eColType ) in getColor() argument884 if( eColType == ACC_BASE_FOREGROUND ) in getColor()896 if( eColType == ACC_BASE_FOREGROUND ) in getColor()914 if( eColType == ACC_BASE_FOREGROUND ) in getColor()
323 sal_Int32 getColor( eColorType eColType );
Completed in 43 milliseconds