/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 133 void GetInputString( String& rString ) const; 163 void SwStringInputDlg::GetInputString( String& rString ) const in GetInputString() function in SwStringInputDlg 369 pDlg->GetInputString( aFormatName ); in IMPL_LINK() 473 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
|
/aoo41x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 187 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif() 215 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | scuiautofmt.cxx | 265 pDlg->GetInputString( aFormatName ); in IMPL_LINK() 372 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
|
H A D | strindlg.cxx | 75 void ScStringInputDlg::GetInputString( String& rString ) const in GetInputString() function in ScStringInputDlg
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | strindlg.hxx | 48 void GetInputString( String& rString ) const;
|
/aoo41x/main/sc/inc/ |
H A D | cellform.hxx | 53 static void GetInputString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
|
H A D | scabstdlg.hxx | 282 virtual void GetInputString( String& rString ) const = 0;
|
H A D | column.hxx | 246 void GetInputString( SCROW nRow, String& rString ) const;
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 1505 ScCellFormat::GetInputString( pCell, nFormat, aString, *pFormatter ); in GetFilterEntries() 1799 void ScColumn::GetInputString( SCROW nRow, String& rString ) const in GetInputString() function in ScColumn 1808 ScCellFormat::GetInputString( pCell, nFormat, rString, *(pDocument->GetFormatTable()) ); in GetInputString() 2033 ScCellFormat::GetInputString( pCell, nFormat, aString, *pNumFmt ); in GetMaxNumberStringLen()
|
H A D | dociter.cxx | 1437 ScCellFormat::GetInputString( pItems[nLo].pCell, nFormat, aCellStr, in BinarySearch() 1467 ScCellFormat::GetInputString( pCell, nFormat, aLastInRangeString, in BinarySearch() 1569 ScCellFormat::GetInputString( pItems[i].pCell, nFormat, aCellStr, in BinarySearch()
|
H A D | table3.cxx | 1063 … ScCellFormat::GetInputString( pCell, nFormat, aCellStr, *(pDocument->GetFormatTable()) ); in ValidQuery() 1067 GetInputString( static_cast<SCCOL>(rEntry.nField), nRow, aCellStr ); in ValidQuery() 1695 GetInputString( nCol, nRow, aCellStr ); in CreateExcelQuery()
|
H A D | table6.cxx | 86 aCol[nCol].GetInputString( nRow, aString ); in SearchCell()
|
H A D | table2.cxx | 1077 void ScTable::GetInputString( SCCOL nCol, SCROW nRow, String& rString ) in GetInputString() function in ScTable 1080 aCol[nCol].GetInputString( nRow, rString ); in GetInputString() 3221 GetInputString(nCol, nRow, rStr); in GetUpperCellString()
|
H A D | validat.cxx | 774 pDocument->GetInputString((SCCOL)(nCol+aRange.aStart.Col()), in GetSelectionFromFormula()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | cellform.cxx | 171 void ScCellFormat::GetInputString( ScBaseCell* pCell, sal_uLong nFormat, String& rString, in GetInputString() function in ScCellFormat
|
H A D | doubleref.cxx | 331 getDoc()->GetInputString(s.Col() + nCol, s.Row() + nRow, maRange.aStart.Tab(), aStr); in getString()
|
/aoo41x/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 613 void AbstractScStringInputDlg_Impl::GetInputString( String& rString ) const //add for ScStringInpu… in GetInputString() function in AbstractScStringInputDlg_Impl 615 pDlg->GetInputString( rString ); in GetInputString()
|
H A D | scdlgfact.hxx | 333 virtual void GetInputString( String& rString ) const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 683 pDoc->GetInputString( nStartCol, nStartRow, nStartTab, aStartStr); in ExecuteEdit() 689 pDoc->GetInputString( nStartCol, nStartRow+1, nStartTab, aEndStr); in ExecuteEdit() 700 pDoc->GetInputString( nStartCol+1, nStartRow, nStartTab, aEndStr); in ExecuteEdit()
|
H A D | tabvwsha.cxx | 656 pDoc->GetInputString( nPosX, nPosY, nTab, aString ); in UpdateInputHandler()
|
H A D | tabvwshf.cxx | 453 pDlg->GetInputString( aName ); in ExecuteTable()
|
H A D | cellsh.cxx | 596 pDoc->GetInputString( nPosX, nPosY, nTab, aString ); in GetState()
|
H A D | viewfun4.cxx | 778 pDoc->GetInputString( nPosX, nPosY, nTab, aOld ); in InsertBookmark()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 1025 pDoc->GetInputString( rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText ); in GetCellText()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1868 ScCellFormat::GetInputString( pCell, nFormat, aString, rFormatter ); in AsciiSave() 1921 ScCellFormat::GetInputString( pCell, nFormat, aString, rFormatter ); in AsciiSave()
|