Home
last modified time | relevance | path

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

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vpropertyexplorer/
H A Dvpropertyset.cpp109 VProperty* tmpProp = getProperty(id); in takeProperty() local
110 removeProperty(tmpProp, false); in takeProperty()
113 return tmpProp; in takeProperty()
118 VProperty* tmpProp = takeProperty(id); in removeProperty() local
119 delete tmpProp; in removeProperty()
146 VProperty* tmpProp = d_ptr->RootProperties.takeLast(); in clear() local
147 if (tmpProp != nullptr && delete_properties) in clear()
149 delete tmpProp; in clear()
224 for(auto tmpProp : tmpChildrenList) in hasProperty() local
226 if (tmpProp && (tmpProp == property || hasProperty(property, tmpProp))) in hasProperty()
H A Dvpropertymodel.cpp82 VProperty* tmpProp = new VProperty(name); in createProperty() local
83 tmpProp->setValue(data); in createProperty()
84 if (addProperty(tmpProp, id, parentid)) in createProperty()
86 return tmpProp; in createProperty()
345 VProperty* tmpProp = d_ptr->Properties->takeProperty(id); in takeProperty() local
347 return tmpProp; in takeProperty()
/dports/textproc/librevenge/librevenge-0.0.4/src/lib/
H A DRVNGPropertyList.cpp203 RVNGProperty *tmpProp = i->second.m_prop; in insert() local
205 delete tmpProp; in insert()
218 RVNGPropertyListVector *tmpProp = i->second.m_vec; in insert() local
220 delete tmpProp; in insert()
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/de/m740/projectx/gigaset/
H A DGPanelLocal.java172 String tmpProp = PROPERTY_AUFNAHME_VERZEICHNIS; in readAufnahmeordner() local
173 String tmpFN = tmpSettings.getProperty(tmpProp); in readAufnahmeordner()