Lines Matching refs:nFound
697 long nFound = InsertDoc( nSlot, sFileName, sFilterName, nVersion ); in Execute() local
701 rReq.SetReturnValue( SfxInt32Item( nSlot, nFound )); in Execute()
703 if (nFound > 0) // Redline-Browser anzeigen in Execute()
2046 long nFound = InsertDoc( nSlot, sFile, sFilter ); in ExecuteInsertDoc() local
2050 rRequest.SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in ExecuteInsertDoc()
2095 long nFound = 0; in InsertMedium() local
2187 nFound = IsError( nErrno ) ? -1 : 0; in InsertMedium()
2190 nFound = 0; in InsertMedium()
2215 nFound = pWrtShell->CompareDoc( *((SwDocShell*)&xDocSh)->GetDoc() ); in InsertMedium()
2217 nFound = pWrtShell->MergeDoc( *((SwDocShell*)&xDocSh)->GetDoc() ); in InsertMedium()
2221 if (!bCompare && !nFound) in InsertMedium()
2232 return nFound; in InsertMedium()
2464 long nFound = InsertMedium( nSlot, pMed, pViewImpl->GetParam() ); in IMPL_LINK() local
2470 pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in IMPL_LINK()
2475 pViewImpl->GetRequest()->SetReturnValue( SfxBoolItem( nSlot, nFound != -1 ) ); in IMPL_LINK()
2481 pViewImpl->GetRequest()->SetReturnValue( SfxInt32Item( nSlot, nFound ) ); in IMPL_LINK()
2483 if ( nFound > 0 ) // Redline-Browser anzeigen in IMPL_LINK()