/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1986 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 D | fmgridcl.cxx | 1464 sal_Bool bAppending = GetCurrentRow()->IsNew(); in restored()
|
H A D | gridcell.cxx | 477 else if (m_bAutoValue && pRow->IsNew()) in Paint()
|
/aoo42x/main/basic/source/comp/ |
H A D | dim.cxx | 94 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 D | exprgen.cxx | 142 else if( IsNew() ) in Gen()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtstyli.cxx | 218 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert() 292 !( bOverwrite || IsNew() ) ) in Finish()
|
H A D | XMLTextShapeStyleContext.cxx | 223 if( !xStyle.is() || !(bOverwrite || IsNew()) ) in CreateAndInsert()
|
H A D | XMLTextMasterPageContext.cxx | 250 if( xStyle.is() && (IsNew() || bOverwrite) ) in Finish()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | javaedit.hxx | 108 sal_Bool IsNew() { return bNew; } in IsNew() function in SwJavaEditDialog
|
/aoo42x/main/offapi/com/sun/star/form/runtime/ |
H A D | XFormOperations.idl | 73 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>
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | RowSet.idl | 103 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;
|
/aoo42x/main/basic/source/inc/ |
H A D | expr.hxx | 117 sal_Bool IsNew() in IsNew() function in SbiExprNode
|
H A D | symtbl.hxx | 174 sal_Bool IsNew() const { return bNew; } in IsNew() function in SbiSymDef
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 497 sal_Bool AbstractJavaEditDialog_Impl::IsNew() in IsNew() function in AbstractJavaEditDialog_Impl 499 return pDlg->IsNew(); in IsNew()
|
H A D | swdlgfact.hxx | 317 virtual sal_Bool IsNew();
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlstyle.hxx | 129 sal_Bool IsNew() const { return mbNew; } in IsNew() function in SvXMLStyleContext
|
/aoo42x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 93 sal_Bool IsNew() const { return m_bIsNew; } in IsNew() function in DbGridRow
|
/aoo42x/main/sw/inc/ |
H A D | swabstdlg.hxx | 152 virtual sal_Bool IsNew() = 0;
|
/aoo42x/main/xmloff/source/style/ |
H A D | prstylei.cxx | 448 if( mxStyle.is() && (IsNew() || bOverwrite) ) in Finish()
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | stringconstants.inc | 101 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISNEW, "IsNew");
|
/aoo42x/main/svx/source/inc/ |
H A D | fmprop.hrc | 124 #define FM_PROP_ISNEW rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsNew" ) )
|
/aoo42x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 114 "ORowSet";"com::sun::star::sdb::RowSet";"IsNew"
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | DataAwareControlModel.idl | 88 …is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>)…
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 548 bNew = pDlg->IsNew(); in ExecField()
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.ODatabaseForm.csv | 157 "ODatabaseForm";"com::sun::star::sdb::RowSet";"IsNew"
|