Lines Matching refs:IsFixed
268 if( !IsFixed() ) in SbxValue()
304 if( IsFixed() && (aData.eType == SbxOBJECT) in operator =()
314 if( r.IsFixed() && (r.aData.eType == SbxOBJECT) in operator =()
329 if( IsFixed() ) in operator =()
332 else if( r.IsFixed() ) in operator =()
718 else if( p->IsFixed() || p->SetType( (SbxDataType) ( rVal.eType & 0x0FFF ) ) ) in GET()
755 if( !p->IsFixed() || p->aData.eType == SbxOBJECT ) in GET()
791 if( !p->IsFixed() ) in GET()
966 sal_Bool SbxValue::IsFixed() const in PUT()
1040 if( IsFixed() ) in SetType()
1048 if( !CanWrite() || IsFixed() ) in SetType()
1096 if( IsFixed() ) in Convert()
1116 if( !IsFixed() ) in Convert()
1189 else if( eOpType == SbxSTRING && rOp.IsFixed() ) in Compute()
1485 else if( !IsFixed() && !rOp.IsFixed() in Compare()
1489 else if( !IsFixed() && !rOp.IsFixed() in Compare()