Lines Matching refs:CustomPropertyLine
1673 …:CustomPropertiesDurationField( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesDurationField()
1720 …on::CustomPropertiesEditButton( Window* pParent, const ResId& rResId, CustomPropertyLine* pLine ) : in CustomPropertiesEditButton()
1759 CustomPropertyLine::CustomPropertyLine( Window* pParent ) : in CustomPropertyLine() function in CustomPropertyLine
1781 void CustomPropertyLine::SetRemoved() in SetRemoved()
1836 CustomPropertyLine* pLine = pBox->GetLine(); in IMPL_LINK()
1860 CustomPropertyLine* pLine = pButton->GetLine(); in IMPL_LINK()
1861 std::vector< CustomPropertyLine* >::iterator pFound = in IMPL_LINK()
1867 std::vector< CustomPropertyLine* >::iterator pIter = pFound + 1; in IMPL_LINK()
1903 CustomPropertyLine* pLine = pEdit->GetLine(); in IMPL_LINK()
1938 bool CustomPropertiesWindow::IsLineValid( CustomPropertyLine* pLine ) const in IsLineValid()
1970 void CustomPropertiesWindow::ValidateLine( CustomPropertyLine* pLine, bool bIsFromTypeBox ) in ValidateLine()
2059 std::vector< CustomPropertyLine* >::const_iterator pIter; in GetVisibleLineCount()
2063 CustomPropertyLine* pLine = *pIter; in GetVisibleLineCount()
2072 CustomPropertyLine* pNewLine = new CustomPropertyLine( this ); in AddLine()
2176 std::vector< CustomPropertyLine* >::const_iterator pIter; in AreAllLinesValid()
2180 CustomPropertyLine* pLine = *pIter; in AreAllLinesValid()
2193 std::vector< CustomPropertyLine* >::iterator pIter; in ClearAllLines()
2197 CustomPropertyLine* pLine = *pIter; in ClearAllLines()
2208 std::vector< CustomPropertyLine* >::iterator pIter; in DoScroll()
2212 CustomPropertyLine* pLine = *pIter; in DoScroll()
2239 std::vector< CustomPropertyLine* >::const_iterator pIter; in DoesCustomPropertyExist()
2243 CustomPropertyLine* pLine = *pIter; in DoesCustomPropertyExist()
2258 std::vector< CustomPropertyLine* >::const_iterator pIter; in GetCustomProperties()
2262 CustomPropertyLine* pLine = *pIter; in GetCustomProperties()