Home
last modified time | relevance | path

Searched refs:IsNew (Results 1 – 25 of 25) sorted by last modified time

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1986 m_xCurrentRow->IsNew()) in AdjustRows()
2039 else if (m_xCurrentRow->IsNew()) in GetRowStatus()
2300 && !m_xCurrentRow->IsNew() in AdjustDataSource()
2428 if (IsValid(m_xCurrentRow) && m_xCurrentRow->IsNew() && in SeekCursor()
2840 if ((nRecordCount == GetRowCount() - 1) && m_xCurrentRow->IsNew()) in DataSourcePropertyChanged()
2852 if (m_xCurrentRow->IsNew() && nRecordCount == (GetRowCount() - 2)) in DataSourcePropertyChanged()
3125 if (m_xCurrentRow->IsNew()) in CellModified()
3186 sal_Bool bAppending = m_xCurrentRow->IsNew(); in Undo()
3243 if (m_xCurrentRow->IsNew()) in resetCurrentRow()
3285 return m_xCurrentRow.Is() && m_xCurrentRow->IsNew(); in IsCurrentAppending()
[all …]
H A Dgridcell.cxx477 else if (m_bAutoValue && pRow->IsNew()) in Paint()
H A Dfmgridcl.cxx1464 sal_Bool bAppending = GetCurrentRow()->IsNew(); in restored()
/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx218 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert()
292 !( bOverwrite || IsNew() ) ) in Finish()
H A DXMLTextMasterPageContext.cxx250 if( xStyle.is() && (IsNew() || bOverwrite) ) in Finish()
H A DXMLTextShapeStyleContext.cxx223 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert()
/trunk/main/xmloff/source/style/
H A Dprstylei.cxx448 if( mxStyle.is() && (IsNew() || bOverwrite) ) in Finish()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlstyle.hxx129 sal_Bool IsNew() const { return mbNew; } in IsNew() function in SvXMLStyleContext
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx548 bNew = pDlg->IsNew(); in ExecField()
/trunk/main/sw/source/ui/inc/
H A Djavaedit.hxx108 sal_Bool IsNew() { return bNew; } in IsNew() function in SwJavaEditDialog
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx317 virtual sal_Bool IsNew();
H A Dswdlgfact.cxx497 sal_Bool AbstractJavaEditDialog_Impl::IsNew() in IsNew() function in AbstractJavaEditDialog_Impl
499 return pDlg->IsNew(); in IsNew()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx152 virtual sal_Bool IsNew() = 0;
/trunk/main/svx/source/inc/
H A Dfmprop.hrc124 #define FM_PROP_ISNEW rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsNew" ) )
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx93 sal_Bool IsNew() const { return m_bIsNew; } in IsNew() function in DbGridRow
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv157 "ODatabaseForm";"com::sun::star::sdb::RowSet";"IsNew"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv114 "ORowSet";"com::sun::star::sdb::RowSet";"IsNew"
/trunk/main/offapi/com/sun/star/sdb/
H A DRowSet.idl103 and/or <member>IsNew</member> property, this is notified next (in this order).
123 <td><strong>IsModified</strong></td><td><strong>IsNew</strong></td>
362 [readonly, property] boolean IsNew;
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormOperations.idl73 on the form's <member scope="com::sun::star::sdb">RowSet::IsNew</member> property.<br/>
234 <member scope="com::sun::star::sdb">RowSet::IsNew</member> property of the form.</p>
/trunk/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl88 …is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>)…
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc101 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISNEW, "IsNew");
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx174 sal_Bool IsNew() const { return bNew; } in IsNew() function in SbiSymDef
H A Dexpr.hxx117 sal_Bool IsNew() in IsNew() function in SbiExprNode
/trunk/main/basic/source/comp/
H A Ddim.cxx94 if( rDef.IsNew() ) in TypeDecl()
109 if( rDef.IsNew() ) in TypeDecl()
165 if( rDef.IsNew() && pProc == NULL ) in TypeDecl()
378 if( bCompatible && pDef->IsNew() ) in DefVar()
396 if( !bCompatible && !pDef->IsNew() ) in DefVar()
433 SbiOpcode eOp_ = pDef->IsNew() ? _CREATE : _TCREATE; in DefVar()
H A Dexprgen.cxx142 else if( IsNew() ) in Gen()

Completed in 176 milliseconds