Lines Matching refs:nFlags

211     explicit            ItemConnectionBase( ItemConnFlags nFlags = ITEMCONN_DEFAULT );
261 ItemConnFlags nFlags = ITEMCONN_DEFAULT );
267 ItemConnFlags nFlags = ITEMCONN_DEFAULT );
299 ItemConnFlags nFlags = ITEMCONN_DEFAULT );
333 ItemConnFlags nFlags = ITEMCONN_DEFAULT );
364 … FieldUnit eItemUnit = FUNIT_NONE, ItemConnFlags nFlags = ITEMCONN_DEFAULT );
396 const MapEntryType* pMap = 0, ItemConnFlags nFlags = ITEMCONN_DEFAULT );
428 const MapEntryType* pMap = 0, ItemConnFlags nFlags = ITEMCONN_DEFAULT );
482 sal_uInt16 nSlot, ControlWrpT* pNewCtrlWrp, ItemConnFlags nFlags ) : in ItemControlConnection() argument
483 ItemConnectionBase( nFlags ), in ItemControlConnection()
491 sal_uInt16 nSlot, ControlType& rControl, ItemConnFlags nFlags ) : in ItemControlConnection() argument
492 ItemConnectionBase( nFlags ), in ItemControlConnection()
554 sal_uInt16 nSlot, NumericField& rField, ItemConnFlags nFlags ) : in NumericConnection() argument
555 ItemControlConnectionType( nSlot, rField, nFlags ) in NumericConnection()
563 sal_uInt16 nSlot, MetricField& rField, FieldUnit eItemUnit, ItemConnFlags nFlags ) : in MetricConnection() argument
564 ItemControlConnectionType( nSlot, new MetricFieldWrapperType( rField, eItemUnit ), nFlags ) in MetricConnection()
572 sal_uInt16 nSlot, ListBox& rListBox, const MapEntryType* pMap, ItemConnFlags nFlags ) : in ListBoxConnection() argument
573 ItemControlConnectionType( nSlot, new ListBoxWrapperType( rListBox, pMap ), nFlags ) in ListBoxConnection()
581 sal_uInt16 nSlot, ValueSet& rValueSet, const MapEntryType* pMap, ItemConnFlags nFlags ) : in ValueSetConnection() argument
582 ItemControlConnectionType( nSlot, new ValueSetWrapperType( rValueSet, pMap ), nFlags ) in ValueSetConnection()