Home
last modified time | relevance | path

Searched refs:bCodeURL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dscrptfld.cxx60 : 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()
/trunk/main/sw/inc/
H A Ddocufld.hxx797 sal_Bool bCodeURL; // Code enthaelt URL eines Scripts member in SwScriptField
815 sal_Bool IsCodeURL() const { return bCodeURL; } in IsCodeURL()
816 void SetCodeURL( sal_Bool bURL ) { bCodeURL = bURL; } in SetCodeURL()

Completed in 15 milliseconds