Searched refs:aLabelIter (Results 1 – 5 of 5) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/ |
H A D | optiongrouplayouter.cxx | 108 auto aLabelIter = _rSettings.aLabels.cbegin(); in doLayout() local 110 for (sal_Int32 i=0; i<nRadioButtons; ++i, ++aLabelIter, ++aValueIter) in doLayout() 119 xRadioModel->setPropertyValue("Label", makeAny(*aLabelIter)); in doLayout() 124 if (_rSettings.sDefaultField == *aLabelIter) in doLayout()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/ |
H A D | optiongrouplayouter.cxx | 110 auto aLabelIter = _rSettings.aLabels.cbegin(); in doLayout() local 112 for (sal_Int32 i=0; i<nRadioButtons; ++i, ++aLabelIter, ++aValueIter) in doLayout() 121 xRadioModel->setPropertyValue("Label", makeAny(*aLabelIter)); in doLayout() 126 if (_rSettings.sDefaultField == *aLabelIter) in doLayout()
|
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/ |
H A D | AIS_ViewCube.cxx | 271 for (Standard_Integer aLabelIter = 0; aLabelIter < 6; ++aLabelIter) in SetYup() local 273 myBoxSideLabels.Find (!myIsYup ? THE_YUP_ORI_LIST[aLabelIter] : THE_ZUP_ORI_LIST[aLabelIter], in SetYup() 274 aLabels.ChangeValue (aLabelIter)); in SetYup() 276 for (Standard_Integer aLabelIter = 0; aLabelIter < 6; ++aLabelIter) in SetYup() local 278 myBoxSideLabels.Bind (myIsYup ? THE_YUP_ORI_LIST[aLabelIter] : THE_ZUP_ORI_LIST[aLabelIter], in SetYup() 279 aLabels.Value (aLabelIter)); in SetYup()
|
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/ |
H A D | XCAFDoc_Editor.cxx | 200 for (TDF_LabelDataMap::Iterator aLabelIter(aMap); aLabelIter.More(); aLabelIter.Next()) in Extract() local 202 …CloneMetaData(aLabelIter.Key(), aLabelIter.Value(), &aVisMatMap, true, true, true, !theIsNoVisMat); in Extract()
|
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/ |
H A D | ViewerTest_ViewerCommands.cxx | 3896 for (Standard_Integer aLabelIter = 0; aLabelIter < aNbLabels; ++aLabelIter) in VColorScale() local
|