Searched refs:bCodeURL (Results 1 – 2 of 2) sorted by relevance
60 : SwField( pInitType ), sType( rType ), sCode( rCode ), bCodeURL( bURL ) in SwScriptField()76 return new SwScriptField( (SwScriptFieldType*)GetTyp(), sType, sCode, bCodeURL ); in Copy()121 rAny.setValue(&bCodeURL, ::getBooleanCppuType()); in QueryValue()142 bCodeURL = *(sal_Bool*)rAny.getValue(); in PutValue()
797 sal_Bool bCodeURL; // Code enthaelt URL eines Scripts member in SwScriptField815 sal_Bool IsCodeURL() const { return bCodeURL; } in IsCodeURL()816 void SetCodeURL( sal_Bool bURL ) { bCodeURL = bURL; } in SetCodeURL()
Completed in 13 milliseconds