Home
last modified time | relevance | path

Searched refs:SvBOOL (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/inc/
H A Dslot.hxx33 SvBOOL aToggle;
34 SvBOOL aAutoUpdate;
36 SvBOOL aAsynchron;
39 SvBOOL aRecordPerSet;
40 SvBOOL aNoRecord;
43 SvBOOL aMenuConfig;
45 SvBOOL aAccelConfig;
46 SvBOOL aFastCall;
47 SvBOOL aContainer;
51 SvBOOL aReadOnlyDoc;
[all …]
H A Dbastype.hxx32 class SvBOOL class
37 SvBOOL() { bSet = bVal = false; } in SvBOOL() function in SvBOOL
38 SvBOOL( bool b ) : bVal( b ), bSet( false) {} in SvBOOL() function in SvBOOL
39 SvBOOL & operator = ( bool n ) { bVal = n; bSet = true; return *this; } in operator =()
H A Dparser.hxx33 class SvBOOL;
59 bool ReadIfBoolAttribute( SvBOOL&, SvStringHashEntry const * pName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/inc/
H A Dslot.hxx33 SvBOOL aToggle;
34 SvBOOL aAutoUpdate;
36 SvBOOL aAsynchron;
39 SvBOOL aRecordPerSet;
40 SvBOOL aNoRecord;
43 SvBOOL aMenuConfig;
44 SvBOOL aToolBoxConfig;
45 SvBOOL aAccelConfig;
46 SvBOOL aFastCall;
47 SvBOOL aContainer;
[all …]
H A Dbastype.hxx32 class SvBOOL class
37 SvBOOL() { bSet = bVal = false; } in SvBOOL() function in SvBOOL
38 SvBOOL( bool b ) : bVal( b ), bSet( false) {} in SvBOOL() function in SvBOOL
39 SvBOOL & operator = ( bool n ) { bVal = n; bSet = true; return *this; } in operator =()
H A Dparser.hxx33 class SvBOOL;
59 bool ReadIfBoolAttribute( SvBOOL&, SvStringHashEntry const * pName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/objects/
H A Dbastype.cxx29 bool SvBOOL::ReadSvIdl( SvStringHashEntry const * pName, SvTokenStream & rInStm ) in ReadSvIdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/objects/
H A Dbastype.cxx29 bool SvBOOL::ReadSvIdl( SvStringHashEntry const * pName, SvTokenStream & rInStm ) in ReadSvIdl()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DUtils.c356 link = SvBOOL(ST(1)); in XS()
H A DClipboard.c315 include_unregistered = (items > 1) ? SvBOOL(ST(1)) : false; in XS()
H A DWidget.c2502 } else if ( var->dndAware == NULL && SvBOOL(dndAware)) { in Widget_dndAware()
2507 if ( !SvBOOL(dndAware)) { in Widget_dndAware()
H A DDrawable_text.c1295 return cached = (ret && SvOK(ret)) ? SvBOOL(ret) : 0; in lang_is_rtl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/prj/
H A Dparser.cxx478 bool SvIdlParser::ReadIfBoolAttribute( SvBOOL& rBool, SvStringHashEntry const * pName ) in ReadIfBoolAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/prj/
H A Dparser.cxx479 bool SvIdlParser::ReadIfBoolAttribute( SvBOOL& rBool, SvStringHashEntry const * pName ) in ReadIfBoolAttribute()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1377 #define SvBOOL(sv) ({ SV *svsv = sv; SvTRUE(svsv);}) macro
1380 SvBOOL( SV *sv) in SvBOOL() function