Home
last modified time | relevance | path

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

/trunk/main/basic/source/inc/
H A Dexpr.hxx138 sal_Bool IsVariable(); // sal_True, wenn Variable
206 sal_Bool IsVariable() { return pExpr->IsVariable(); } in IsVariable() function in SbiExpression
/trunk/main/idl/source/objects/
H A Dtypes.cxx229 sal_Bool SvMetaAttribute::IsVariable() const in IsVariable() function in SvMetaAttribute
616 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()
H A Dslot.cxx311 sal_Bool SvMetaSlot::IsVariable() const in IsVariable() function in SvMetaSlot
313 return SvMetaAttribute::IsVariable(); in IsVariable()
1447 if( !IsVariable() ) in WriteSlot()
1495 if ( !IsVariable() || !GetType() || in WriteSlot()
1506 if( IsVariable() ) in WriteSlot()
H A Dobject.cxx663 if( pAttr->IsVariable() ) in Write()
/trunk/main/basic/source/comp/
H A Dexprnode.cxx125 if( IsVariable() ) in ~SbiExprNode()
201 sal_Bool SbiExprNode::IsVariable() in IsVariable() function in SbiExprNode
208 return IsVariable(); in IsLvalue()
H A Dio.cxx164 if( !pExpr->IsVariable() ) in LineInput()
189 if( !pExpr->IsVariable() ) in Input()
H A Dexprtree.cxx51 if( t == SbOPERAND && !IsVariable() ) in SbiExpression()
/trunk/main/idl/inc/
H A Dslot.hxx186 virtual sal_Bool IsVariable() const;
H A Dtypes.hxx100 virtual sal_Bool IsVariable() const;

Completed in 58 milliseconds