Home
last modified time | relevance | path

Searched refs:sTempString (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx107 OUString sTempString; in ChangeOrientation() local
110 sTempString = elem->GetSourceFieldName(); in ChangeOrientation()
112 elem->SetDestFieldName( sTempString ); in ChangeOrientation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx111 OUString sTempString; in ChangeOrientation() local
114 sTempString = elem->GetSourceFieldName(); in ChangeOrientation()
116 elem->SetDestFieldName( sTempString ); in ChangeOrientation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zippackage/
H A DZipPackageStream.cxx1178 OUString sTempString; in setPropertyValue() local
1179 if ( !(aValue >>= sTempString) ) in setPropertyValue()
1184 sal_Int32 nPathLength = sTempString.getLength(); in setPropertyValue()
1187 const sal_Unicode *pChar = sTempString.getStr(); in setPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zippackage/
H A DZipPackageStream.cxx1188 OUString sTempString; in setPropertyValue() local
1189 if ( !(aValue >>= sTempString) ) in setPropertyValue()
1194 sal_Int32 nPathLength = sTempString.getLength(); in setPropertyValue()
1197 const sal_Unicode *pChar = sTempString.getStr(); in setPropertyValue()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DQuest_Debug_System.cc1645 ST::string sTempString; in DisplaySelectedNPC() local
1659 sTempString = GetDebugLocationString(pid); in DisplaySelectedNPC()
1661 …ctiveListBox->usScrollPosX, usPosY, gpActiveListBox->usScrollWidth, 0, sTempString, QUEST_DBS_FONT… in DisplaySelectedNPC()
1664 …DrawTextToScreen(sTempString, usLocationX - 2, usPosY, 0, QUEST_DBS_FONT_DYNAMIC_TEXT, QUEST_DBS_C… in DisplaySelectedNPC()
1684 sTempString = GetDebugLocationString(pid); in DisplaySelectedNPC()
1686 …ctiveListBox->usScrollPosX, usPosY, gpActiveListBox->usScrollWidth, 0, sTempString, QUEST_DBS_FONT… in DisplaySelectedNPC()
1689 …DrawTextToScreen(sTempString, usLocationX, usPosY, 0, QUEST_DBS_FONT_LISTBOX_TEXT, 2, FONT_MCOLOR_… in DisplaySelectedNPC()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DNPC.cc1055 ST::string sTempString = ST::format("${}", iCost - uiMoneyAmount - giHospitalTempBalance); in HandleNPCBeingGivenMoneyByPlayer() local
1062 sTempString) ); in HandleNPCBeingGivenMoneyByPlayer()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Items.cc2625 …ST::string sTempString = GetShortSectorString(SECTORX(key.usSectorFound), SECTORY(key.usSectorFoun… in RenderItemDescriptionBox() local
2626 FindFontRightCoordinates(x, y0, 110, ITEM_STATS_HEIGHT, sTempString, BLOCKFONT2, &usX, &usY); in RenderItemDescriptionBox()
2627 MPrint(usX, usY, sTempString); in RenderItemDescriptionBox()