Searched refs:SvBOOL (Results 1 – 6 of 6) sorted by relevance
38 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 …]
41 SvBOOL aAutomation;42 SvBOOL aExport;43 SvBOOL aReadonly;44 SvBOOL aIsCollection;45 SvBOOL aReadOnlyDoc;46 SvBOOL aHidden;139 SvBOOL aIn; // Eingangsparameter140 SvBOOL aOut; // Returnparameter
135 class SvBOOL class140 SvBOOL() { bSet = nVal = sal_False; } in SvBOOL() function in SvBOOL141 SvBOOL( sal_Bool n ) : nVal( n ), bSet( sal_True ) {} in SvBOOL() function in SvBOOL142 SvBOOL( sal_Bool n, sal_Bool bSetP ) : nVal( n ), bSet( bSetP ) {} in SvBOOL() function in SvBOOL143 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 &);
57 SvBOOL aAutomation;91 SvBOOL aAutomation;
100 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()
650 SvBOOL aAllConfig; in ReadAttributesSvIdl()
Completed in 55 milliseconds