Searched refs:formatcount (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dclipbrd.cpp209 size_t formatcount = data.GetFormatCount() + 1; local
210 wxDataFormat *array = new wxDataFormat[ formatcount ];
218 for (size_t i = 0; !transferred && i < formatcount; i++)
H A Ddnd.cpp93 size_t formatcount = data->GetFormatCount(); local
94 wxDataFormat *array = new wxDataFormat[formatcount];
96 for (size_t i = 0; !supported && i < formatcount; i++)
138 size_t formatcount = data->GetFormatCount(); local
139 wxDataFormat *array = new wxDataFormat[formatcount];
141 for (size_t i = 0; !transferred && i < formatcount; i++)
H A Ddataobj.cpp380 size_t formatcount = GetFormatCount() + 1; local
381 wxDataFormat *array = new wxDataFormat[ formatcount ];
394 for (size_t i = 0; !transferred && i < formatcount; i++)
507 size_t formatcount = GetFormatCount() + 1; local
508 wxDataFormat *array = new wxDataFormat[ formatcount ];
520 for (size_t i = 0; !hasData && i < formatcount; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dclipbrd.cpp343 size_t formatcount = data.GetFormatCount() + 1 ; local
344 wxDataFormat *array = new wxDataFormat[ formatcount ];
352 for (size_t i = 0; !transferred && i < formatcount ; i++)
377 for (size_t i = 0; !transferred && i < formatcount ; i++)
H A Ddnd.cpp93 size_t formatcount = data->GetFormatCount() ; local
94 wxDataFormat *array = new wxDataFormat[ formatcount ];
96 for (size_t i = 0; !supported && i < formatcount ; i++)
149 size_t formatcount = data->GetFormatCount() ; local
150 wxDataFormat *array = new wxDataFormat[ formatcount ];
152 for (size_t i = 0; !transferred && i < formatcount ; i++)

Completed in 33 milliseconds