/aoo41x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 81 bActive = bIsTable = bDelSel = sal_False; in SFX_IMPL_POS_CHILDWINDOW() 213 bIsTable = sal_False; in ShowWin() 222 bIsTable = pWrtShell->IsCrsrInTbl() ? sal_True : sal_False; in ShowWin() 227 if( bIsTable ) in ShowWin() 253 if( bIsTable ) in ShowWin() 450 if(bIsTable) in IMPL_LINK() 508 if (bIsTable && m_bResetUndo) in IMPL_LINK() 526 if( bIsTable ) in DelBoxCntnt()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | changedb.cxx | 280 sal_Bool bIsTable = sal_False; in UpdateFlds() local 281 String sTemp(aAvailDBTLB.GetDBName(sTableName, sColumnName, &bIsTable)); in UpdateFlds() 285 sTemp += bIsTable ? '0' : '1'; in UpdateFlds() 299 sal_Bool bIsTable = sal_False; in IMPL_LINK() local 300 aData.sDataSource = aAvailDBTLB.GetDBName(sTableName, sColumnName, &bIsTable); in IMPL_LINK() 302 aData.nCommandType = bIsTable ? 0 : 1;; in IMPL_LINK()
|
H A D | flddb.cxx | 219 sal_Bool bIsTable; in FillItemSet() local 220 aData.sDataSource = aDatabaseTLB.GetDBName(sTableName, sColumnName, &bIsTable); in FillItemSet() 222 aData.nCommandType = bIsTable ? 0 : 1; in FillItemSet() 504 sal_Bool bIsTable; in IMPL_LINK() local 505 String sDBName = aDatabaseTLB.GetDBName(sTableName, sColumnName, &bIsTable); in IMPL_LINK() 508 bIsTable, in IMPL_LINK()
|
H A D | xfldui.cxx | 70 sal_Bool bIsTable, const String& rFldName) in IsDBNumeric() argument 85 if(bIsTable) in IsDBNumeric()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | selectdbtabledialog.cxx | 197 String SwSelectDBTableDialog::GetSelectedTable(bool& bIsTable) in GetSelectedTable() argument 200 bIsTable = pEntry->GetUserData() ? false : true; in GetSelectedTable() 206 void SwSelectDBTableDialog::SetSelectedTable(const String& rTable, bool bIsTable) in SetSelectedTable() argument 212 ((pEntry->GetUserData() == 0 ) == bIsTable)) in SetSelectedTable()
|
H A D | selectdbtabledialog.hxx | 71 String GetSelectedTable(bool& bIsTable); 72 void SetSelectedTable(const String& rTable, bool bIsTable);
|
H A D | addresslistdialog.cxx | 611 bool bIsTable; in DetectTablesAndQueries() local 612 m_aDBData.sCommand = pDlg->GetSelectedTable(bIsTable); in DetectTablesAndQueries() 613 m_aDBData.nCommandType = bIsTable ? CommandType::TABLE : CommandType::QUERY; in DetectTablesAndQueries()
|
H A D | dbinsdlg.cxx | 192 sal_Bool bIsTable : 1, member 199 bIsTable = bIsHeadlineOn = sal_True; in _DB_ColumnConfigData() 1790 pNewData->bIsTable = *(sal_Bool*)pDataSourceProps[7].getValue(); in Load() 1894 aRbAsTable.Check( pNewData->bIsTable ); in Load() 1896 aRbAsText.Check( !pNewData->bIsTable && !pNewData->bIsField ); in Load()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 525 void SwEditShell::AppendUndoForInsertFromDB( sal_Bool bIsTable ) in AppendUndoForInsertFromDB() argument 527 GetDoc()->AppendUndoForInsertFromDB( *GetCrsr(), bIsTable ); in AppendUndoForInsertFromDB()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | inputwin.hxx | 69 sal_Bool bIsTable : 1; member in SwInputWindow
|
H A D | fldmgr.hxx | 172 sal_Bool bIsTable, const String& rFldName);
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | ETable.hxx | 87 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Boo…
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 601 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow() argument 637 if(bIsTable) in fetchRow()
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1427 const bool bIsTable = ( CommandType::TABLE == m_nCommandType ); in impl_doCopy_nothrow() local 1429 if ( bIsSameConnection && bIsTable ) in impl_doCopy_nothrow()
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 712 void AppendUndoForInsertFromDB( sal_Bool bIsTable );
|
H A D | doc.hxx | 1754 void AppendUndoForInsertFromDB( const SwPaM& rPam, sal_Bool bIsTable );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doc.cxx | 2621 void SwDoc::AppendUndoForInsertFromDB( const SwPaM& rPam, sal_Bool bIsTable ) in AppendUndoForInsertFromDB() argument 2623 if( bIsTable ) in AppendUndoForInsertFromDB()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 2834 sal_Bool bIsTable = etTableContainer == pContainerData->eType; in elementInserted() local 2835 if ( bIsTable ) in elementInserted()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1952 const bool bIsTable = rIo.pPlcxMan->HasParaSprm(0x2416); in WW8SwFlyPara() local 1953 if ( bIsTable && rWW.nSp37 == 2 ) in WW8SwFlyPara()
|