/aoo4110/main/starmath/source/ |
H A D | mathtype.hxx | 106 int xfLMOVE(sal_uInt8 nTest) {return nTest&0x80;} in xfLMOVE() argument 107 int xfAUTO(sal_uInt8 nTest) {return nTest&0x10;} in xfAUTO() argument 108 int xfEMBELL(sal_uInt8 nTest) {return nTest&0x20;} in xfEMBELL() argument 109 int xfNULL(sal_uInt8 nTest) {return nTest&0x10;} in xfNULL() argument 110 int xfLSPACE(sal_uInt8 nTest) {return nTest&0x40;} in xfLSPACE() argument 111 int xfRULER(sal_uInt8 nTest) {return nTest&0x20;} in xfRULER() argument
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageEntry.cxx | 97 sal_Int64 nTest(0); in setParent() local 99 …if ( !xNewParent.is() || ( nTest = xTunnel->getSomething ( ZipPackageFolder::static_getImplementat… in setParent() 102 ZipPackageFolder *pNewParent = reinterpret_cast < ZipPackageFolder * > ( nTest ); in setParent()
|
H A D | ZipPackageFolder.cxx | 202 sal_Int64 nTest; in insertByName() local 204 if ( ( nTest = xRef->getSomething ( ZipPackageFolder::static_getImplementationId() ) ) != 0 ) in insertByName() 206 ZipPackageFolder *pFolder = reinterpret_cast < ZipPackageFolder * > ( nTest ); in insertByName() 209 … else if ( ( nTest = xRef->getSomething ( ZipPackageStream::static_getImplementationId() ) ) != 0 ) in insertByName() 211 ZipPackageStream *pStream = reinterpret_cast < ZipPackageStream * > ( nTest ); in insertByName()
|
H A D | ZipPackage.cxx | 295 sal_Int64 nTest=0; in parseManifest() local 296 … if ( (nTest = xUnoTunnel->getSomething( ZipPackageFolder::static_getImplementationId() )) != 0 ) in parseManifest() 298 pFolder = reinterpret_cast < ZipPackageFolder* > ( nTest ); in parseManifest() 508 … sal_Int64 nTest = xIterTunnel->getSomething( ZipPackageStream::static_getImplementationId() ); in parseContentType() local 509 if ( nTest != 0 ) in parseContentType() 512 ZipPackageStream *pStream = reinterpret_cast < ZipPackageStream* > ( nTest ); in parseContentType()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 402 for ( sal_uLong nTest = 0; !bAlreadyExist && ( nTest < nTestMax ); nTest++ ) in WriteRTF() local 404 bAlreadyExist = *aFontTable.Get( nTest ) == *pFontItem; in WriteRTF() 1188 sal_uInt16 nTest; in CreateBinTextObject() local 1190 for ( nTest = pParaPortion->GetTextPortions().Count(); nTest; ) in CreateBinTextObject() 1191 nTPLen += pParaPortion->GetTextPortions().GetObject( --nTest )->GetLen(); in CreateBinTextObject() 1192 for ( nTest = pParaPortion->GetLines().Count(); nTest; ) in CreateBinTextObject() 1193 nTxtLen += pParaPortion->GetLines().GetObject( --nTest )->GetLen(); in CreateBinTextObject() 1390 sal_uInt16 nTest; in InsertBinTextObject() local 1392 for ( nTest = pParaPortion->GetTextPortions().Count(); nTest; ) in InsertBinTextObject() 1394 for ( nTest = pParaPortion->GetLines().Count(); nTest; ) in InsertBinTextObject() [all …]
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | DesignView.cxx | 485 const long nTest = aOutputSize.Width() * m_aSplitWin.GetItemSize(TASKPANE_ID) / 100; variable 490 …if ( (aOutputSize.Width() - nTest) >= nMinWidth && nTest > m_aScrollWindow.getMaxMarkerWidth(sal_F… 494 getController().setSplitPos(nTest);
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabview2.cxx | 746 sal_uInt16 nTest = (nMin+nMax+1)/2; in CalcZoom() local 748 nPPTX, nPPTY, nTest, aWinSize.Width(), aWinSize.Height(), in CalcZoom() 751 nMin = nTest; in CalcZoom() 753 nMax = nTest-1; in CalcZoom()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 671 SCROW nTest; in GetDataArea() local 702 nTest = rStartRow-1; in GetDataArea() 705 if (aCol[i].HasDataAt(nTest)) in GetDataArea() 718 nTest = rEndRow+1; in GetDataArea() 721 if (aCol[i].HasDataAt(nTest)) in GetDataArea()
|
/aoo4110/main/vcl/source/app/ |
H A D | svapp.cxx | 635 sal_Bool Application::IsUserActive( sal_uInt16 nTest ) in IsUserActive() argument 637 if ( nTest & (USERACTIVE_MOUSEDRAG | USERACTIVE_INPUT) ) in IsUserActive() 643 if ( nTest & USERACTIVE_INPUT ) in IsUserActive() 652 if ( nTest & USERACTIVE_MODALDIALOG ) in IsUserActive()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc3.cxx | 843 for (sal_uInt16 nTest = 0; nTest < nMPageCount; nTest++) in InsertBookmarkAsPage() local 845 SdPage* pTest = (SdPage*) GetMasterPage(nTest); in InsertBookmarkAsPage()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1422 sal_uInt32 nTest; in WW8ListManager() local 1423 rSt >> nTest; in WW8ListManager() 1425 rSt >> nTest; in WW8ListManager() 1426 while (nTest == 0xFFFFFFFF); in WW8ListManager()
|
H A D | ww8scan.cxx | 3920 sal_Int32 nTest; in StartPosIsFieldStart() local 3922 (!pPLCF || !pPLCF->Get(nTest, pData) || in StartPosIsFieldStart() 3940 sal_Int32 nTest; in EndPosIsFieldEnd() local 3941 if ( pPLCF->Get(nTest, pData) && ((((sal_uInt8*)pData)[0] & 0x1f) == 0x15) ) in EndPosIsFieldEnd() 3943 nCP = nTest; in EndPosIsFieldEnd()
|
H A D | ww8par6.cxx | 845 WW8_CP nTest; in CreateSep() local 846 pWkb->Get(nTest, pData); in CreateSep()
|
/aoo4110/main/xmloff/source/core/ |
H A D | xmlimp.cxx | 1290 const sal_uInt32 nTest = IMPORT_META|IMPORT_STYLES|IMPORT_CONTENT|IMPORT_SETTINGS; in IsPackageURL() local 1291 if( (mnImportFlags & nTest) == nTest ) in IsPackageURL()
|
H A D | xmlexp.cxx | 895 const sal_uInt32 nTest = in filter() local 897 if( (mnExportFlags & nTest) == nTest && !msOrigFileName.getLength() ) in filter()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 297 static sal_Bool IsUserActive( sal_uInt16 nTest = USERACTIVE_ALL );
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 3265 const long nTest = ( nPixels >> 1 ); in ImplMedianCut() local 3273 while( nPixNew < nTest ) in ImplMedianCut() 3296 while( nPixNew < nTest ) in ImplMedianCut() 3319 while( nPixNew < nTest ) in ImplMedianCut()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3537 long nTest; in StartPosIsFieldStart() local 3539 (!pPLCF || !pPLCF->Get(nTest, pData) || in StartPosIsFieldStart() 3557 long nTest; in EndPosIsFieldEnd() local 3558 if ( pPLCF->Get(nTest, pData) && ((((sal_uInt8*)pData)[0] & 0x1f) == 0x15) ) in EndPosIsFieldEnd() 3560 nCP = nTest; in EndPosIsFieldEnd()
|
/aoo4110/main/editeng/source/items/ |
H A D | textitem.cxx | 3409 sal_uInt16 nTest; in Create() local 3410 rStrm >> nTest; in Create() 3411 if ( nTest == 0x1234 ) in Create()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1515 sal_Int32 nTest = 0; in propertyChange() local 1516 if (evt.NewValue >>= nTest) in propertyChange() 1518 nWidth = pGrid->LogicToPixel(Point(nTest,0),MAP_10TH_MM).X(); in propertyChange()
|
H A D | gridcell.cxx | 389 sal_Int16 nTest = sal_Int16(); in SetAlignmentFromModel() local 390 if (aAlign >>= nTest) in SetAlignmentFromModel() 391 nStandardAlign = nTest; in SetAlignmentFromModel()
|
/aoo4110/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 1378 xub_StrLen nTest=0; in IMPL_LINK() local 1388 else if(aString.GetChar(nTest)!='=') //falls ersetzt wurde; in IMPL_LINK()
|