Home
last modified time | relevance | path

Searched refs:lData (Results 1 – 16 of 16) sorted by relevance

/trunk/main/unotools/source/config/
H A Dviewoptions.cxx582 const css::beans::NamedValue* pData = lData.getConstArray(); in SetUserData()
583 sal_Int32 c = lData.getLength(); in SetUserData()
1117 css::uno::Sequence< css::beans::NamedValue > lData; in GetUserData() local
1121 lData = m_pDataContainer_Dialogs->GetUserData( m_sViewName ); in GetUserData()
1129 lData = m_pDataContainer_TabPages->GetUserData( m_sViewName ); in GetUserData()
1133 lData = m_pDataContainer_Windows->GetUserData( m_sViewName ); in GetUserData()
1137 return lData; in GetUserData()
1141 void SvtViewOptions::SetUserData( const css::uno::Sequence< css::beans::NamedValue >& lData ) in SetUserData() argument
1149 m_pDataContainer_Dialogs->SetUserData( m_sViewName, lData ); in SetUserData()
1157 m_pDataContainer_TabPages->SetUserData( m_sViewName, lData ); in SetUserData()
[all …]
/trunk/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp31 LPARAM lData, // image information
48 if ( lData )
51 …int cchNeeded = WideCharToMultiByte( CP_ACP, 0, (LPCWSTR)lData, cchWideChar, NULL, 0, NULL, NULL );
61 WideCharToMultiByte( CP_ACP, 0, (LPCWSTR)lData, cchWideChar, lpTextA, cchNeeded, NULL, NULL );
68 return DrawStateA( hdc, hbr, lpOutputFunc, lData, wData, x, y, cx, cy, fuFlags );
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStreamSimulator.java127 public int readBytes(byte[][] lData, int nBytesToRead ) in readBytes() argument
142 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
159 public int readSomeBytes(byte[][] lData, int nMaxBytesToRead) in readSomeBytes() argument
174 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
281 public void writeBytes(byte[] lData) in writeBytes() argument
295 m_xOutStream.writeBytes(lData); in writeBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStreamSimulator.java140 public int readBytes( /*OUT*/ byte[][] lData , in readBytes() argument
157 nRead = m_xInStream.readBytes(lData,nBytesToRead); in readBytes()
180 public int readSomeBytes( /*OUT*/ byte[][] lData , in readSomeBytes() argument
197 nRead = m_xInStream.readSomeBytes(lData,nMaxBytesToRead); in readSomeBytes()
320 … public void writeBytes( /*IN*/byte[] lData ) throws com.sun.star.io.NotConnectedException , in writeBytes() argument
335 m_xOutStream.writeBytes(lData); in writeBytes()
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx62 DWORD lData = 0; variable
109 lData = sizeGlobBuff; in ThreadProc()
295 DrawText( hdc, pTextBuff, lData, &rt, DT_CENTER ); in WndProc()
348 lData = sizeGlobBuff; in PasteClipboardData2()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java428 byte[][] lData = new byte[1][]; in implts_import()
429 int nRead = aOptions.m_xInput.readBytes( lData, 4096 ); in implts_import()
436 sBuffer.append( new String(lData[0]) ); in implts_import()
439 nRead = aOptions.m_xInput.readBytes( lData, 2048 ); in implts_import()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx2415 OUStringList lData; in impl_readOldItem() local
2417 lData = impl_tokenizeString(sData, (sal_Unicode)','); in impl_readOldItem()
2420 (lData.size()<1 ) in impl_readOldItem()
2429 for (OUStringList::const_iterator pProp = lData.begin(); in impl_readOldItem()
2430 pProp != lData.end() ; in impl_readOldItem()
2457 OUStringList lData ; in impl_tokenizeString() local
2462 lData.push_back(sToken); in impl_tokenizeString()
2465 return lData; in impl_tokenizeString()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx676 uno::Sequence< sal_Int8 > lData; in GetActiveHelpString() local
677 sal_Int32 nRead = xStream->readBytes( lData, 1024 ); in GetActiveHelpString()
682 sBuffer.append( (sal_Char)lData[i] ); in GetActiveHelpString()
686 nRead = xStream->readBytes( lData, 1024 ); in GetActiveHelpString()
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx70 DWORD lData = 0; variable
287 DrawText( hdc, pTextBuff, lData, &rt, DT_CENTER ); in WndProc()
/trunk/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas174 …Long(ByVal hKey As RegHive, ByVal strPath As String, ByVal strValue As String, ByVal lData As Long)
184 lRegResult = RegSetValueEx(hCurKey, strValue, 0&, REG_DWORD, lData, NumofByte)
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx278 …SetUserData( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lData );
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h160 LPARAM lData, // image information
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx57 DWORD lData = 0; variable
/trunk/extras/l10n/source/eu/
H A Dlocalize.sdf24254 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3156441 17 0 eu Dim lData as Lon…
24256 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3155415 19 0 eu lData = DateSeri…
24258 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3154942 21 0 eu msgbox lData REM…
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf24254 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3156441 17 0 gl Dim lData as Lon…
24256 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3155415 19 0 gl lData = DateSeri…
24258 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3154942 21 0 gl msgbox lData REM…
/trunk/extras/l10n/source/it/
H A Dlocalize.sdf24254 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3156441 17 0 it Dim lData as Lon…
24256 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3155415 19 0 it lData = DateSeri…
24258 helpcontent2 source\text\sbasic\shared\03030101.xhp 0 help par_id3154942 21 0 it msgbox lData REM…

Completed in 3110 milliseconds