Lines Matching refs:GncOwner

58 GncOwner * gncOwnerNew (void)  in gncOwnerNew()
60 GncOwner *o; in gncOwnerNew()
62 o = g_new0 (GncOwner, 1); in gncOwnerNew()
67 void gncOwnerFree (GncOwner *owner) in gncOwnerFree()
73 void gncOwnerBeginEdit (GncOwner *owner) in gncOwnerBeginEdit()
104 void gncOwnerCommitEdit (GncOwner *owner) in gncOwnerCommitEdit()
135 void gncOwnerDestroy (GncOwner *owner) in gncOwnerDestroy()
166 void gncOwnerInitUndefined (GncOwner *owner, gpointer obj) in gncOwnerInitUndefined()
173 void gncOwnerInitCustomer (GncOwner *owner, GncCustomer *customer) in gncOwnerInitCustomer()
180 void gncOwnerInitJob (GncOwner *owner, GncJob *job) in gncOwnerInitJob()
187 void gncOwnerInitVendor (GncOwner *owner, GncVendor *vendor) in gncOwnerInitVendor()
194 void gncOwnerInitEmployee (GncOwner *owner, GncEmployee *employee) in gncOwnerInitEmployee()
201 GncOwnerType gncOwnerGetType (const GncOwner *owner) in gncOwnerGetType()
207 const char * gncOwnerGetTypeString (const GncOwner *owner) in gncOwnerGetTypeString()
231 qofOwnerGetType(const GncOwner *owner) in qofOwnerGetType()
276 qofOwnerGetOwner (const GncOwner *owner) in qofOwnerGetOwner()
320 qofOwnerSetEntity (GncOwner *owner, QofInstance *ent) in qofOwnerSetEntity()
363 gpointer gncOwnerGetUndefined (const GncOwner *owner) in gncOwnerGetUndefined()
370 GncCustomer * gncOwnerGetCustomer (const GncOwner *owner) in gncOwnerGetCustomer()
377 GncJob * gncOwnerGetJob (const GncOwner *owner) in gncOwnerGetJob()
384 GncVendor * gncOwnerGetVendor (const GncOwner *owner) in gncOwnerGetVendor()
391 GncEmployee * gncOwnerGetEmployee (const GncOwner *owner) in gncOwnerGetEmployee()
398 void gncOwnerCopy (const GncOwner *src, GncOwner *dest) in gncOwnerCopy()
405 gboolean gncOwnerEqual (const GncOwner *a, const GncOwner *b) in gncOwnerEqual()
412 int gncOwnerGCompareFunc (const GncOwner *a, const GncOwner *b) in gncOwnerGCompareFunc()
420 const char * gncOwnerGetID (const GncOwner *owner) in gncOwnerGetID()
440 const char * gncOwnerGetName (const GncOwner *owner) in gncOwnerGetName()
460 GncAddress * gncOwnerGetAddr (const GncOwner *owner) in gncOwnerGetAddr()
479 gnc_commodity * gncOwnerGetCurrency (const GncOwner *owner) in gncOwnerGetCurrency()
499 gboolean gncOwnerGetActive (const GncOwner *owner) in gncOwnerGetActive()
519 const GncGUID * gncOwnerGetGUID (const GncOwner *owner) in gncOwnerGetGUID()
541 gncOwnerSetActive (const GncOwner *owner, gboolean active) in gncOwnerSetActive()
565 GncGUID gncOwnerRetGUID (GncOwner *owner) in gncOwnerRetGUID()
573 const GncOwner * gncOwnerGetEndOwner (const GncOwner *owner) in gncOwnerGetEndOwner()
591 int gncOwnerCompare (const GncOwner *a, const GncOwner *b) in gncOwnerCompare()
617 const GncGUID * gncOwnerGetEndGUID (const GncOwner *owner) in gncOwnerGetEndGUID()
623 void gncOwnerAttachToLot (const GncOwner *owner, GNCLot *lot) in gncOwnerAttachToLot()
637 gboolean gncOwnerGetOwnerFromLot (GNCLot *lot, GncOwner *owner) in gncOwnerGetOwnerFromLot()
675 gboolean gncOwnerGetOwnerFromTxn (Transaction *txn, GncOwner *owner) in gncOwnerGetOwnerFromTxn()
700 gboolean gncOwnerIsValid (const GncOwner *owner) in gncOwnerIsValid()
709 const GncOwner *req_owner = user_data; in gncOwnerLotMatchOwnerFunc()
710 GncOwner lot_owner; in gncOwnerLotMatchOwnerFunc()
711 const GncOwner *end_owner; in gncOwnerLotMatchOwnerFunc()
751 gncOwnerCreatePaymentLotSecs (const GncOwner *owner, Transaction **preset_txn, in gncOwnerCreatePaymentLotSecs()
770 name = gncOwnerGetName (gncOwnerGetEndOwner ((GncOwner*)owner)); in gncOwnerCreatePaymentLotSecs()
1125 gncOwnerCreateLotLink (GNCLot *from_lot, GNCLot *to_lot, const GncOwner *owner) in gncOwnerCreateLotLink()
1224 static void gncOwnerOffsetLots (GNCLot *from_lot, GNCLot *to_lot, const GncOwner *owner) in gncOwnerOffsetLots()
1259 void gncOwnerAutoApplyPaymentsWithLots (const GncOwner *owner, GList *lots) in gncOwnerAutoApplyPaymentsWithLots()
1408 gncOwnerApplyPaymentSecs (const GncOwner *owner, Transaction **preset_txn, in gncOwnerApplyPaymentSecs()
1445 gncOwnerGetAccountTypesList (const GncOwner *owner) in gncOwnerGetAccountTypesList()
1463 gncOwnerGetCommoditiesList (const GncOwner *owner) in gncOwnerGetCommoditiesList()
1479 gncOwnerGetBalanceInCurrency (const GncOwner *owner, in gncOwnerGetBalanceInCurrency()
1552 static GncOwner *
1555 static GncOwner owner; in owner_from_lot()
1576 gboolean gncOwnerGetOwnerFromTypeGuid (QofBook *book, GncOwner *owner, QofIdType type, GncGUID *gui… in gncOwnerGetOwnerFromTypeGuid()
1630 gncOwnerGetCachedBalance (const GncOwner *owner) in gncOwnerGetCachedBalance()
1644 void gncOwnerSetCachedBalance (const GncOwner *owner, const gnc_numeric *new_bal) in gncOwnerSetCachedBalance()