/aoo41x/main/tools/source/debug/ |
H A D | debug.cxx | 1633 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 …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | debug.hxx | 676 #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
|
/aoo41x/main/svtools/source/misc/ |
H A D | unitconv.cxx | 196 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()
|
/aoo41x/main/framework/qa/complex/loadAllDocuments/ |
H A D | StatusIndicator.java | 87 public StatusIndicator( int nOut) in StatusIndicator() argument 92 m_nOut = nOut ; in StatusIndicator()
|
/aoo41x/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 1267 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()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 925 sal_uInt64 nOut; in PSUploadFont() local 929 rOutFile.write (pBuffer, nIn, nOut); in PSUploadFont() 931 while ((nIn == nOut) && !feof(pTmpFile)); in PSUploadFont()
|
H A D | printerjob.cxx | 78 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()
|
/aoo41x/main/sax/source/tools/ |
H A D | converter.cxx | 1781 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()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 281 sal_Int16 nOut; in MakeBorderLine() member 320 rToFill.OuterLineWidth = aLineTab[eCodeIdx].nOut; in MakeBorderLine()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 636 int nOut = 0; in constructReturnMessage() local 642 nOut++; in constructReturnMessage() 645 retVal= new srrm::ReturnMessage(cliReturn, arOut, nOut, in constructReturnMessage()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1629 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()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | borderline.hxx | 98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1574 SvxBorderLine::SvxBorderLine( const Color *pCol, sal_uInt16 nOut, sal_uInt16 nIn, sal_uInt16 nDist ) in SvxBorderLine() argument 1575 : nOutWidth( nOut ) in SvxBorderLine()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 6022 int nOut = 0; in emitCatalog() local 6029 aLine.append( (nOut++ % 5)==4 ? " 0 R\n" : " 0 R " ); in emitCatalog()
|