Lines Matching refs:xField
865 Reference< XPropertySet > xField = ((SbaGridControl*)GetParent())->getField(nModelPos); in PreExecuteColumnContextMenu() local
867 if ( xField.is() ) in PreExecuteColumnContextMenu()
869 switch( ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)) ) in PreExecuteColumnContextMenu()
908 Reference< XPropertySet > xField = ((SbaGridControl*)GetParent())->getField(nModelPos); in PostExecuteColumnContextMenu() local
910 if(!xField.is()) in PostExecuteColumnContextMenu()
914 vClipboardList.push_back(::boost::shared_ptr<OTableRow>(new OTableRow(xField))); in PostExecuteColumnContextMenu()
1096 Reference< XPropertySet > xField = getField(nModelPos); in SetColAttrs() local
1097 …::dbaui::callColumnFormatDialog(xAffectedCol,xField,pFormatter,this);//(Window::GetSettings().GetL… in SetColAttrs()
1568 Reference< XPropertySet > xField = getField(GetModelColumnPos(nCol)); in AcceptDrop() local
1569 if (!xField.is()) in AcceptDrop()
1575 if (::comphelper::getBOOL(xField->getPropertyValue(PROPERTY_ISREADONLY))) in AcceptDrop()