Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/form/
H A Dfmshimp.cxx3568 PropertyValue* pListBoxDescription = aListBoxDescription.getArray(); in CreateExternalView() local
3570 pListBoxDescription->Name = FM_PROP_LABEL; in CreateExternalView()
3571 pListBoxDescription->Value <<= (*aCtrlSource).first; in CreateExternalView()
3572 ++pListBoxDescription; in CreateExternalView()
3575 pListBoxDescription->Name = FM_PROP_CONTROLSOURCE; in CreateExternalView()
3576 pListBoxDescription->Value <<= (*aCtrlSource).second; in CreateExternalView()
3577 ++pListBoxDescription; in CreateExternalView()
3580 pListBoxDescription->Name = FM_PROP_BOUNDCOLUMN; in CreateExternalView()
3581 pListBoxDescription->Value <<= (sal_Int16)1; in CreateExternalView()
3582 ++pListBoxDescription; in CreateExternalView()
[all …]