Home
last modified time | relevance | path

Searched refs:nTest (Results 1 – 22 of 22) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx3265 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1443 sal_uInt32 nTest; in WW8ListManager() local
1444 rSt >> nTest; in WW8ListManager()
1446 rSt >> nTest; in WW8ListManager()
1447 while (nTest == 0xFFFFFFFF); in WW8ListManager()
H A Dww8scan.cxx3920 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 Dww8par6.cxx845 WW8_CP nTest; in CreateSep() local
846 pWkb->Get(nTest, pData); in CreateSep()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx402 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 …]
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx902 const sal_uInt32 nTest = in filter() local
904 if( (mnExportFlags & nTest) == nTest && !msOrigFileName.getLength() ) in filter()
H A Dxmlimp.cxx1290 const sal_uInt32 nTest = IMPORT_META|IMPORT_STYLES|IMPORT_CONTENT|IMPORT_SETTINGS; in IsPackageURL() local
1291 if( (mnImportFlags & nTest) == nTest ) in IsPackageURL()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx635 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()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx297 static sal_Bool IsUserActive( sal_uInt16 nTest = USERACTIVE_ALL );
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3537 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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1515 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 Dgridcell.cxx389 sal_Int16 nTest = sal_Int16(); in SetAlignmentFromModel() local
390 if (aAlign >>= nTest) in SetAlignmentFromModel()
391 nStandardAlign = nTest; in SetAlignmentFromModel()
/trunk/main/starmath/source/
H A Dmathtype.hxx106 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
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx843 for (sal_uInt16 nTest = 0; nTest < nMPageCount; nTest++) in InsertBookmarkAsPage() local
845 SdPage* pTest = (SdPage*) GetMasterPage(nTest); in InsertBookmarkAsPage()
/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx746 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()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx671 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()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx485 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);
/trunk/main/package/source/package/zippackage/
H A DZipPackageEntry.cxx97 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 DZipPackageFolder.cxx202 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 DZipPackage.cxx295 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()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1378 xub_StrLen nTest=0; in IMPL_LINK() local
1388 else if(aString.GetChar(nTest)!='=') //falls ersetzt wurde; in IMPL_LINK()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3409 sal_uInt16 nTest; in Create() local
3410 rStrm >> nTest; in Create()
3411 if ( nTest == 0x1234 ) in Create()

Completed in 345 milliseconds