Searched refs:nCP (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 89 void SetStartCP(sal_Int32 nCP) {mnStartCP = nCP;} in SetStartCP() argument 90 void SetEndCP(sal_Int32 nCP) {mnEndCP = nCP;} in SetEndCP() argument
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 649 UINT nCP = (sal_uInt16)GetOEMCP(); in ImplCharSetToSal() local 650 switch ( nCP ) in ImplCharSetToSal() 657 eTextEncoding = rtl_getTextEncodingFromWindowsCodePage(nCP); in ImplCharSetToSal() 1818 UINT nCP = aInfo.ciACP; in ImplAddKerningPairs() local 1843 if ( MultiByteToWideChar( nCP, MB_PRECOMPOSED | MB_USEGLYPHCHARS, in ImplAddKerningPairs() 1862 if ( MultiByteToWideChar( nCP, MB_PRECOMPOSED | MB_USEGLYPHCHARS, in ImplAddKerningPairs() 2397 DWORD nCP = GetACP(); in GetDevFontList() local 2399 if ( TranslateCharsetInfo( (DWORD*)nCP, &aCharSetInfo, TCI_SRCCODEPAGE ) ) in GetDevFontList()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 941 WW8_CP nCP = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteTxt() local 946 rWrt.pFldTxtBxs->Finish( nCP, nMyOffset ); in WriteTxt() 948 rWrt.pFldHFTxtBxs->Finish( nCP, nMyOffset + rFib.ccpTxbx ); in WriteTxt() 1015 WW8_CP nCP = Fc2Cp(Strm().Tell()); in AppendFlyInFlys() local 1016 bool bSuccess = pDrwO->Append(*this, nCP, rFrmFmt, rNdTopLeft); in AppendFlyInFlys()
|
H A D | wrtw8sty.cxx | 2004 WW8_CP nCP = rWrt.Fc2Cp( rWrt.Strm().Tell() ); in WriteGenericTxt() local 2005 aCps.Insert( nCP, i ); in WriteGenericTxt() 2006 pTxtPos->Append( nCP ); in WriteGenericTxt()
|
H A D | ww8par5.cxx | 677 WW8_CP nCP = 0; in End_Field() local 678 if (!pF || !pF->EndPosIsFieldEnd(nCP)) in End_Field() 714 maTOXEndCps.insert(nCP); in End_Field()
|
H A D | ww8scan.cxx | 3929 bool WW8PLCFx_FLD::EndPosIsFieldEnd(WW8_CP& nCP) in EndPosIsFieldEnd() argument 3943 nCP = nTest; in EndPosIsFieldEnd()
|
/aoo4110/main/sc/inc/ |
H A D | addincol.hxx | 111 long nCP );
|
/aoo4110/main/sc/source/core/tool/ |
H A D | addincol.cxx | 86 long nCP ) : in ScUnoAddInFuncData() argument 95 nCallerPos( nCP ), in ScUnoAddInFuncData()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3546 bool WW8PLCFx_FLD::EndPosIsFieldEnd(WW8_CP& nCP) in EndPosIsFieldEnd() argument 3560 nCP = nTest; in EndPosIsFieldEnd()
|
Completed in 371 milliseconds