Searched refs:IsVariable (Results 1 – 9 of 9) sorted by relevance
138 sal_Bool IsVariable(); // sal_True, wenn Variable206 sal_Bool IsVariable() { return pExpr->IsVariable(); } in IsVariable() function in SbiExpression
125 if( IsVariable() ) in ~SbiExprNode()201 sal_Bool SbiExprNode::IsVariable() in IsVariable() function in SbiExprNode208 return IsVariable(); in IsLvalue()
164 if( !pExpr->IsVariable() ) in LineInput()189 if( !pExpr->IsVariable() ) in Input()
51 if( t == SbOPERAND && !IsVariable() ) in SbiExpression()
229 sal_Bool SvMetaAttribute::IsVariable() const in IsVariable() function in SvMetaAttribute616 sal_Bool bVar = IsVariable(); in WriteAttributes()679 << ByteString::CreateFromInt32(MakeSlotValue( rBase, IsVariable() )).GetBuffer(); in WriteCSource()790 bVariable = IsVariable(); in Write()800 if( (bVariable && IsVariable()) || (!bVariable && IsMethod()) ) in Write()840 else if ( bVariable && IsVariable() ) in Write()927 else if( bVariable && IsVariable() ) in Write()
311 sal_Bool SvMetaSlot::IsVariable() const in IsVariable() function in SvMetaSlot313 return SvMetaAttribute::IsVariable(); in IsVariable()1447 if( !IsVariable() ) in WriteSlot()1495 if ( !IsVariable() || !GetType() || in WriteSlot()1506 if( IsVariable() ) in WriteSlot()
663 if( pAttr->IsVariable() ) in Write()
186 virtual sal_Bool IsVariable() const;
100 virtual sal_Bool IsVariable() const;
Completed in 271 milliseconds