Home
last modified time | relevance | path

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

/aoo41x/main/idl/inc/
H A Dslot.hxx38 SvBOOL aHasCoreId;
44 SvBOOL aGet;
45 SvBOOL aSet;
48 SvBOOL aVolatile;
49 SvBOOL aToggle;
50 SvBOOL aAutoUpdate;
53 SvBOOL aAsynchron;
58 SvBOOL aNoRecord;
61 SvBOOL aHasDialog;
66 SvBOOL aFastCall;
[all …]
H A Dtypes.hxx41 SvBOOL aAutomation;
42 SvBOOL aExport;
43 SvBOOL aReadonly;
44 SvBOOL aIsCollection;
45 SvBOOL aReadOnlyDoc;
46 SvBOOL aHidden;
139 SvBOOL aIn; // Eingangsparameter
140 SvBOOL aOut; // Returnparameter
H A Dbastype.hxx135 class SvBOOL class
140 SvBOOL() { bSet = nVal = sal_False; } in SvBOOL() function in SvBOOL
141 SvBOOL( sal_Bool n ) : nVal( n ), bSet( sal_True ) {} in SvBOOL() function in SvBOOL
142 SvBOOL( sal_Bool n, sal_Bool bSetP ) : nVal( n ), bSet( bSetP ) {} in SvBOOL() function in SvBOOL
143 SvBOOL & operator = ( sal_Bool n ) { nVal = n; bSet = sal_True; return *this; } in operator =()
152 friend SvStream& operator << (SvStream &, const SvBOOL &);
153 friend SvStream& operator >> (SvStream &, SvBOOL &);
H A Dobject.hxx57 SvBOOL aAutomation;
91 SvBOOL aAutomation;
/aoo41x/main/idl/source/objects/
H A Dbastype.cxx100 SvStream& operator << (SvStream & rStm, const SvBOOL & rb ) in operator <<()
108 SvStream& operator >> (SvStream & rStm, SvBOOL & rb ) in operator >>()
183 sal_Bool SvBOOL::ReadSvIdl( SvStringHashEntry * pName, SvTokenStream & rInStm ) in ReadSvIdl()
220 sal_Bool SvBOOL::WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm ) in WriteSvIdl()
236 ByteString SvBOOL::GetSvIdlString( SvStringHashEntry * pName ) in GetSvIdlString()
H A Dslot.cxx650 SvBOOL aAllConfig; in ReadAttributesSvIdl()

Completed in 61 milliseconds