Home
last modified time | relevance | path

Searched refs:nOut (Results 1 – 14 of 14) sorted by relevance

/trunk/main/tools/source/debug/
H A Ddebug.cxx1633 sal_uIntPtr nOut; in DbgOut() local
1654 if ( nOut == DBG_OUT_NULL ) in DbgOut()
1722 if ( nOut == DBG_OUT_ABORT ) in DbgOut()
1729 if ( nOut == DBG_OUT_DEBUGGER ) in DbgOut()
1735 if ( nOut == DBG_OUT_TESTTOOL ) in DbgOut()
1740 nOut = DBG_OUT_MSGBOX; in DbgOut()
1743 if ( nOut == DBG_OUT_MSGBOX ) in DbgOut()
1748 nOut = DBG_OUT_WINDOW; in DbgOut()
1751 if ( nOut == DBG_OUT_WINDOW ) in DbgOut()
1756 nOut = DBG_OUT_FILE; in DbgOut()
[all …]
/trunk/main/tools/inc/tools/
H A Ddebug.hxx676 #define DBG_INSTOUTTRACE( nOut ) \ argument
679 DbgGetData()->nTraceOut = nOut; \
682 #define DBG_INSTOUTWARNING( nOut ) \ argument
685 DbgGetData()->nWarningOut = nOut; \
688 #define DBG_INSTOUTERROR( nOut ) \ argument
691 DbgGetData()->nErrorOut = nOut; \
758 #define DBG_INSTOUTTRACE( nOut ) ((void)0) argument
759 #define DBG_INSTOUTWARNING( nOut ) ((void)0) argument
760 #define DBG_INSTOUTERROR( nOut ) ((void)0) argument
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx196 long nOut = 0; in ItemToControl() local
208 nOut = TransformMetric( nIn, FUNIT_MM, (FieldUnit)eCtrl ); in ItemToControl()
214 nOut = TransformMetric( nIn, FUNIT_CM, (FieldUnit)eCtrl ); in ItemToControl()
229 nOut = TransformMetric( nIn, FUNIT_INCH, (FieldUnit)eCtrl ); in ItemToControl()
235 nOut = TransformMetric( nIn, FUNIT_POINT, (FieldUnit)eCtrl ); in ItemToControl()
241 nOut = TransformMetric( nIn, FUNIT_TWIP, (FieldUnit)eCtrl ); in ItemToControl()
246 return nOut; in ItemToControl()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DStatusIndicator.java87 public StatusIndicator( int nOut) in StatusIndicator() argument
92 m_nOut = nOut ; in StatusIndicator()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1267 long nOut = pOrig->Right() - GetTxtFrm()->Frm().Right(); in GetCharRect() local
1268 if( nOut > 0 ) in GetCharRect()
1272 nOut += GetTxtFrm()->Frm().Width() - GetTxtFrm()->Prt().Left() in GetCharRect()
1274 if( nOut > 0 ) in GetCharRect()
1275 pOrig->Pos().X() -= nOut + 10; in GetCharRect()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx925 sal_uInt64 nOut; in PSUploadFont() local
929 rOutFile.write (pBuffer, nIn, nOut); in PSUploadFont()
931 while ((nIn == nOut) && !feof(pTmpFile)); in PSUploadFont()
H A Dprinterjob.cxx78 sal_uInt64 nOut = 0; in AppendPS() local
83 nOut = fwrite (pBuffer, 1, sal::static_int_cast<sal_uInt32>(nIn), pDst); in AppendPS()
85 while ((nIn > 0) && (nIn == nOut)); in AppendPS()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1781 sal_uInt32 nOut = (aDecodeBuffer[0] << 18) + in decodeBase64SomeChars() local
1786 *pOutBuffer++ = (sal_Int8)((nOut & 0xff0000) >> 16); in decodeBase64SomeChars()
1788 *pOutBuffer++ = (sal_Int8)((nOut & 0xff00) >> 8); in decodeBase64SomeChars()
1790 *pOutBuffer++ = (sal_Int8)(nOut & 0xff); in decodeBase64SomeChars()
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx281 sal_Int16 nOut; in MakeBorderLine() member
320 rToFill.OuterLineWidth = aLineTab[eCodeIdx].nOut; in MakeBorderLine()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx636 int nOut = 0; in constructReturnMessage() local
642 nOut++; in constructReturnMessage()
645 retVal= new srrm::ReturnMessage(cliReturn, arOut, nOut, in constructReturnMessage()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1629 sal_uInt32 nOut = (aDecodeBuffer[0] << 18) + in decodeBase64SomeChars() local
1634 *pOutBuffer++ = (sal_Int8)((nOut & 0xff0000) >> 16); in decodeBase64SomeChars()
1636 *pOutBuffer++ = (sal_Int8)((nOut & 0xff00) >> 8); in decodeBase64SomeChars()
1638 *pOutBuffer++ = (sal_Int8)(nOut & 0xff); in decodeBase64SomeChars()
/trunk/main/editeng/inc/editeng/
H A Dborderline.hxx98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1574 SvxBorderLine::SvxBorderLine( const Color *pCol, sal_uInt16 nOut, sal_uInt16 nIn, sal_uInt16 nDist ) in SvxBorderLine() argument
1575 : nOutWidth( nOut ) in SvxBorderLine()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6022 int nOut = 0; in emitCatalog() local
6029 aLine.append( (nOut++ % 5)==4 ? " 0 R\n" : " 0 R " ); in emitCatalog()

Completed in 207 milliseconds