Searched refs:sSheetName (Results  1 – 7 of 7) sorted by relevance
| /trunk/main/sc/source/filter/xml/ | 
| H A D | XMLCodeNameProvider.cxx | 79 	String sSheetName, sCodeName;  in hasByName()  local 82 		if( mpDoc->GetName( i, sSheetName ) && sSheetName == sName )  in hasByName() 109 	String sSheetName, sCodeName;  in getByName()  local 112 		if( mpDoc->GetName( i, sSheetName ) && sSheetName == sName )  in getByName() 135 	String sSheetName, sCodeName;  in getElementNames()  local 141 			if( mpDoc->GetName( i, sSheetName ) )  in getElementNames() 142 				aNames[nRealCount++] = sSheetName;  in getElementNames() 165 	String sSheetName, sCodeName;  in hasElements()  local 189 	String sSheetName;  in set()  local 192 		if( pDoc->GetName( i, sSheetName ) &&   in set() [all …] 
 | 
| /trunk/main/sc/source/ui/vba/ | 
| H A D | vbaname.cxx | 107 	::rtl::OUString sSheetName = getWorkSheet()->getName();  in getValue() 120 …sTmp = sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetN…  in getValue() 131 …sTmp = sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetN…  in getValue() 144 	::rtl::OUString sSheetName = getWorkSheet()->getName();  in setValue() 160 …sTmpValue = sTmpValue.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii("!")).getLength(…  in setValue() 161         if (sTmpValue.copy(0, sSheetName.getLength()).equals(sSheetName))  in setValue() 171 …sTmpValue = sTmpValue.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii("!")).getLength(…  in setValue() 172 	if (sTmpValue.copy(0, sSheetName.getLength()).equals(sSheetName))  in setValue()
  | 
| H A D | vbaworksheet.cxx | 197 	rtl::OUString sSheetName;  in ScVbaWorksheet()  local 198 	args[2] >>= sSheetName;  in ScVbaWorksheet() 202 	mxSheet.set( xNameAccess->getByName( sSheetName ), uno::UNO_QUERY_THROW );  in ScVbaWorksheet()
  | 
| /trunk/main/sc/source/filter/lotus/ | 
| H A D | op.cxx | 594     ::std::vector<sal_Char> sSheetName;  in OP_SheetName123() 595     sSheetName.reserve(nLength-4);  in OP_SheetName123() 600         sSheetName.push_back(c);  in OP_SheetName123() 603     if (!sSheetName.empty())  in OP_SheetName123() 605         String aName(&sSheetName[0], eCharVon);  in OP_SheetName123()
  | 
| /trunk/main/sc/source/ui/unoobj/ | 
| H A D | servuno.cxx | 110                     String sSheetName;  in hasByName()  local 111                     if( pDoc->GetName( i, sSheetName ) )  in hasByName() 121                         aArgs[2] = uno::Any( rtl::OUString( sSheetName ) );  in hasByName()
  | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | excdoc.cxx | 674         String sSheetName = XclXmlUtils::GetStreamName( "xl/", "worksheets/sheet", mnScTab+1 );  in WriteXml()  local 676         sax_fastparser::FSHelperPtr pWorksheet = rStrm.GetStreamForPath( sSheetName );  in WriteXml()
  | 
| /trunk/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleDocument.cxx | 2383 	String sSheetName;  in getExtendedAttributes()  local 2387 	GetDocument()->GetName(sheetIndex,sSheetName);  in getExtendedAttributes() 2389 	sValue = sName + sSheetName ;  in getExtendedAttributes()
  | 
        Completed in 226 milliseconds