Searched refs:IsConst (Results 1 – 5 of 5) sorted by relevance
123 if ( (i_sText[0] == ',' AND NOT IsConst()) in On_got_name_Punctuation()124 OR (i_sText[0] == ';' AND IsConst()) ) in On_got_name_Punctuation()129 else if (i_sText[0] == '}' AND NOT IsConst()) in On_got_name_Punctuation()
67 bool IsConst() const;102 Type::IsConst() const in IsConst() function in ary::cpp::Type
102 inline sal_Bool IsConst() const;168 inline sal_Bool SbxBase::IsConst() const in IsConst() function in SbxBase
106 bool IsConst() const { return bIsConst; } in IsConst() function in csi::uidl::PE_Value
272 is_const = Types().Find_Type(i_type).IsConst(); in Store_Variable()
Completed in 36 milliseconds